r2374 - attic crux-2.2/ports/opt crux-2.2/ports/opt/esound
Author: jaeger Date: 2006-10-20 17:02:04 +0200 (Fri, 20 Oct 2006) New Revision: 2374 Added: crux-2.2/ports/opt/esound/ Removed: attic/esound/ Modified: crux-2.2/ports/opt/esound/Pkgfile Log: esound: adopted Copied: crux-2.2/ports/opt/esound (from rev 2372, attic/esound) Modified: crux-2.2/ports/opt/esound/Pkgfile =================================================================== --- attic/esound/Pkgfile 2006-10-20 05:17:59 UTC (rev 2372) +++ crux-2.2/ports/opt/esound/Pkgfile 2006-10-20 15:02:04 UTC (rev 2374) @@ -1,18 +1,18 @@ # Description: The Enlightened Sound Daemon -# URL: http://www.tux.org/~ricdude/EsounD.html -# Maintainer: Per Lid�n, core-ports at crux dot nu -# Depends on: audiofile +# URL: http://www.tux.org/~ricdude/EsounD.html +# Maintainer: Matt Housh, jaeger at crux dot nu +# Depends on: audiofile name=esound version=0.2.36 release=1 -source=(http://ftp.gnome.org/pub/GNOME/sources/esound/0.2/$name-$version.tar.gz \ - esound) +source=(http://download.gnome.org/sources/$name/0.2/$name-$version.tar.gz \ + $name) build () { - cd $name-$version - ./configure --prefix=/usr --with-audiofile - make - make DESTDIR=$PKG install - install -D -m 755 ../esound $PKG/etc/rc.d/esound + cd $name-$version + ./configure --prefix=/usr --with-audiofile + make + make DESTDIR=$PKG install + install -D -m 755 $SRC/$name $PKG/etc/rc.d/$name }
participants (1)
-
crux@crux.nu