summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 13 insertions, 0 deletions
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
+ }