diff options
author | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 13:00:09 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2012-05-12 13:00:09 +0200 |
commit | f9347ca1e9d402c8094620930a23f49973610ed1 (patch) | |
tree | 4c7017c8b6dc551a4e6a4d24f5a8919d4be69e58 /esound/Pkgfile | |
parent | 647091f1aa368733dae43b5f67091ecd10a7505a (diff) | |
download | nutyx-pakxe-f9347ca1e9d402c8094620930a23f49973610ed1.tar.gz nutyx-pakxe-f9347ca1e9d402c8094620930a23f49973610ed1.tar.bz2 nutyx-pakxe-f9347ca1e9d402c8094620930a23f49973610ed1.tar.xz nutyx-pakxe-f9347ca1e9d402c8094620930a23f49973610ed1.zip |
esound, ajout
Diffstat (limited to 'esound/Pkgfile')
-rwxr-xr-x | esound/Pkgfile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/esound/Pkgfile b/esound/Pkgfile new file mode 100755 index 000000000..1b305feb5 --- /dev/null +++ b/esound/Pkgfile @@ -0,0 +1,24 @@ +# Description: Contient le Enlightened Sound Daemon +# URL: http://www.tux.org/~ricdude/EsounD.html +# Maintainer: NuTyX coreteam +# Packager: thierryn1 at hispeed dot ch +# Depends on: audiofile +# Run on: alsa-lib,audiofile + +name=esound +version=0.2.41 +release=1 +source=( ftp://ftp.gnome.org/pub/gnome/sources/$name/0.2/$name-$version.tar.bz2) + + +build() { + cd $name-$version + sed -i 's@doc/esound@&-0.2.40@' configure + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --infodir=/usr/share/info + make + make DESTDIR=$PKG install + rm -rf $PKG/usr/share/doc +} + |