Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rasmus Thomsen
aports
Commits
8357d9d4
Commit
8357d9d4
authored
Apr 06, 2016
by
Francesco Colista
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
testing/gns3-gui: new aport
parent
46d0595f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
0 deletions
+33
-0
testing/gns3-gui/APKBUILD
testing/gns3-gui/APKBUILD
+33
-0
No files found.
testing/gns3-gui/APKBUILD
0 → 100644
View file @
8357d9d4
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname
=
gns3-gui
pkgver
=
1.4.5
pkgrel
=
0
pkgdesc
=
"GNS3 network simulator. Graphical user interface package."
url
=
"https://github.com/GNS3/gns3-gui"
arch
=
"noarch"
license
=
"GPL3"
depends
=
"python3 py-paramiko gns3-converter py-psutil py-jsonschema
py-raven py-qt qt5-qtsvg"
depends_dev
=
""
makedepends
=
"
$depends_dev
py-setuptools"
install
=
""
subpackages
=
"
$pkgname
-doc"
source
=
"
${
pkgname
}
-
${
pkgver
}
.tar.gz::https://github.com/GNS3/
${
pkgname
}
/archive/v
${
pkgver
}
.tar.gz"
builddir
=
"
$srcdir
"
/
$pkgname
-
$pkgver
build
()
{
cd
"
$builddir
"
python3 setup.py build
||
return
1
}
package
()
{
cd
"
$builddir
"
python3 setup.py
install
--root
=
${
pkgdir
}
--optimize
=
1
install
-Dm644
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/resources/images/gns3_icon_256x256.png
${
pkgdir
}
/usr/share/pixmaps/gns3.png
install
-Dm644
${
srcdir
}
/
${
pkgname
}
-
${
pkgver
}
/LICENSE
${
pkgdir
}
/usr/share/licenses/
${
pkgname
}
/LICENS
}
md5sums
=
"f8349834fd4e52818f647c680c6b8c02 gns3-gui-1.4.5.tar.gz"
sha256sums
=
"c9afab54e1ffd11b99751bbff29775d129043fc2a6223f377fc14c61d3cfbfca gns3-gui-1.4.5.tar.gz"
sha512sums
=
"efbdc4b2d0715e1cf9b58b117df8b2f822244129fe7003f1ad782989f1b3998180ffa4189c143ed83534d3bc276ffcee9dfd7ce98ca049af2c045569e78ea0da gns3-gui-1.4.5.tar.gz"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment