summaryrefslogtreecommitdiffstats
path: root/extra/alsa-oss/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:16:15 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-09 14:16:15 +0200
commit90badc78d656d486cf6432e972536c47ad2d517c (patch)
treed111c54685f0e55632601c8f8da6d5934c6cc868 /extra/alsa-oss/Pkgfile
parent6cab9bd32efa54c5a390013b0e8ab30954600a16 (diff)
downloadnutyx-extra-90badc78d656d486cf6432e972536c47ad2d517c.tar.gz
nutyx-extra-90badc78d656d486cf6432e972536c47ad2d517c.tar.bz2
nutyx-extra-90badc78d656d486cf6432e972536c47ad2d517c.tar.xz
nutyx-extra-90badc78d656d486cf6432e972536c47ad2d517c.zip
Ajout de alsa-oss#1.0.17-1
Diffstat (limited to 'extra/alsa-oss/Pkgfile')
-rwxr-xr-xextra/alsa-oss/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/alsa-oss/Pkgfile b/extra/alsa-oss/Pkgfile
new file mode 100755
index 000000000..c2fe82505
--- /dev/null
+++ b/extra/alsa-oss/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Emulateur OSS pour ALSA
+# URL: http://www.alsa-project.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: alsa-lib
+
+name=alsa-oss
+version=1.0.17
+release=1
+source=(ftp://ftp.alsa-project.org/pub/oss-lib/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --mandir=/usr/share/man \
+ --infodir=/usr/share/info
+ make
+ make DESTDIR=$PKG install
+}