mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
testing/gns3-converter: new aport
This commit is contained in:
parent
854b866471
commit
6a36f9fe52
1 changed files with 30 additions and 0 deletions
30
testing/gns3-converter/APKBUILD
Normal file
30
testing/gns3-converter/APKBUILD
Normal file
|
@ -0,0 +1,30 @@
|
||||||
|
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
|
pkgname=gns3-converter
|
||||||
|
pkgver=1.2.4
|
||||||
|
pkgrel=0
|
||||||
|
pkgdesc="GNS3 topology converter."
|
||||||
|
url="https://github.com/dlintott/gns3-converter"
|
||||||
|
arch="noarch"
|
||||||
|
license="GPL3"
|
||||||
|
depends="py-cx_freeze py-configobj"
|
||||||
|
depends_dev=""
|
||||||
|
makedepends="$depends_dev py-setuptools"
|
||||||
|
install=""
|
||||||
|
subpackages=""
|
||||||
|
source="$pkgname-$pkgver.tar.gz::https://github.com/dlintott/$pkgname/archive/v$pkgver.tar.gz"
|
||||||
|
|
||||||
|
builddir="$srcdir"/$pkgname-$pkgver
|
||||||
|
build() {
|
||||||
|
cd "$builddir"
|
||||||
|
python setup.py build || return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
package() {
|
||||||
|
cd "$builddir"
|
||||||
|
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||||
|
}
|
||||||
|
|
||||||
|
md5sums="9189904912a7eca035bc88fdc58cbd91 gns3-converter-1.2.4.tar.gz"
|
||||||
|
sha256sums="898d8f756a7952f13a189ed6423fa2bdd485ebd444a7ce6c33c3a235212301ae gns3-converter-1.2.4.tar.gz"
|
||||||
|
sha512sums="7113350c98923454f075b03fb2918cb5e5c469e8f015f4d79d12fa1c198d7a95fd97f5146f9e28b40880b1e566607ae93dd386f254bb1b5b4879268abc82192d gns3-converter-1.2.4.tar.gz"
|
Loading…
Add table
Add a link
Reference in a new issue