summaryrefslogtreecommitdiff
path: root/alsa-oss/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /alsa-oss/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'alsa-oss/Pkgfile')
-rw-r--r--alsa-oss/Pkgfile16
1 files changed, 16 insertions, 0 deletions
diff --git a/alsa-oss/Pkgfile b/alsa-oss/Pkgfile
new file mode 100644
index 000000000..52660c384
--- /dev/null
+++ b/alsa-oss/Pkgfile
@@ -0,0 +1,16 @@
+# Description: ALSA OSS Emulation
+# URL: http://www.alsa-project.org
+# Maintainer: Matt Housh, jaeger at morpheus dot net
+# Depends on: alsa-lib
+
+name=alsa-oss
+version=1.0.10
+release=1
+source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit