summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Kojevnikov2015-09-03 04:46:34 +0000
committerAndrey Kojevnikov2015-09-03 04:46:34 +0000
commit5803e1e3fbd44e7c2c21647e693aacc11f98ecb8 (patch)
tree2ca1c2c8f7ead0f69e296dd5217b5ad717f04ad6
parent600f5c05793e5dc95900e083eb0e3cf0da74047e (diff)
downloadaur-5803e1e3fbd44e7c2c21647e693aacc11f98ecb8.tar.gz
groups=('gns3')
-rw-r--r--.SRCINFO1
-rw-r--r--.gitignore13
-rw-r--r--PKGBUILD1
3 files changed, 15 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9343f9cb5c5..d8195258d89b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = dynamips
url = https://github.com/GNS3/dynamips
arch = i686
arch = x86_64
+ groups = gns3
license = GPL2
makedepends = cmake
depends = libpcap
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b73905529f23
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 29a7663e3197..4925779109e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc='Cisco router emulator.'
arch=('i686' 'x86_64')
url='https://github.com/GNS3/dynamips'
license=('GPL2')
+groups=('gns3')
depends=('libpcap' 'elfutils')
makedepends=('cmake')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/GNS3/${pkgname}/archive/v${pkgver}.tar.gz")