summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoreymwamba2015-09-18 12:33:34 +0100
committercoreymwamba2015-09-18 12:33:34 +0100
commit3d7a0e7459e97c1e5dd7641296a0e2c37c0eddbd (patch)
tree13c7e0d30adcb2a64c24ae20df81f48aa8f6769f
downloadaur-sndtools-alsa-meta.tar.gz
Initial import
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 27 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..7758178cdf0b
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = sndtools-alsa-meta
+ pkgdesc = Meta package for sndtools, ALSA version
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://sndtools.cs.princeton.edu/
+ arch = i686
+ arch = x86_64
+ license = GPL
+ depends = sndpeek-alsa
+ depends = rt_lpc-alsa
+ depends = rt_pvc
+
+pkgname = sndtools-alsa-meta
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..80e9ca7b8cef
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,13 @@
+#Maintainer: Corey Mwamba <contact.me@coreymwamba.co.uk>
+pkgname=sndtools-alsa-meta
+pkgdesc="Meta package for sndtools, ALSA version"
+pkgver=1.0
+pkgrel=1
+arch=('i686' 'x86_64')
+url="http://sndtools.cs.princeton.edu/"
+license=('GPL')
+depends=('sndpeek-alsa' 'rt_lpc-alsa' 'rt_pvc')
+
+package() {
+ true
+ }