DOCS="AUTHORS COPY* docs/esound.sgml docs/html docs/esound.ps \ NEWS README TIPS TODO" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.2.27 PROGNAME="Esound" # |-----handy-ruler------------------------------------------------------| SLACKDESC="\ esound: esound-$VERSION\n\ esound:\n\ esound: EsounD, the Enlightened Sound Daemon, is a server process\n\ esound: that mixes several audio streams for playback by a single audio\n\ esound: device. For example, if you're listening to music on a CD and\n\ esound: you receive a sound-related event from ICQ, the two applications\n\ esound: won't have to jockey for the use of your sound card.\n\ esound:\n\ esound:\n\ esound:\n\ esound:" # maintainer ARCH=i586 BUILD=1rob MAINTAINER="Robert Stan " SOURCE=http://www.gnome.org/ LOCATION=ftp://ftp.linuxpackages.net/pub/Slackware-8/robert/gnome1/ # package name PKGNAME="esound-${VERSION}-${ARCH}-${BUILD}" # compiler flags PKGOPT="-O2 -fomit-frame-pointer -march=$ARCH" compile() { tar xvyf $CWD/esound-$VERSION.tar.bz2 ; cd esound-$VERSION CFLAGS=$PKGOPT ./configure --prefix=/opt/gnome \ --sysconfdir=/etc/opt/gnome --disable-alsa || exit 1 CFLAGS=$PKGOPT make -j2 || exit 1 } install() { make install mkdir -p /usr/doc/esound-$VERSION cp -a $DOCS /usr/doc/esound-$VERSION } attributes() { echo } special() { # Package description echo -e $SLACKDESC > $CTL/slack-desc echo -e $SLACKDESC > $CWD/$PKGNAME.txt } subpacks() { echo }