DOCS="COPY* README* INSTALL TODO AUTHORS ChangeLog" IGNOREPATH=/boot:/dev:/home:/mnt:/proc:/root:/tmp:/var:/storage:/usr/local STRIPLIB=y STRIPBIN=y SETATTR=y # pkginfo VERSION=0.4.3 PROGNAME="xine 0.4.3" DESC="\ xine is a free gpl-licensed video player for unix-like systems.\n\ We support mpeg-2 and mpeg-1 system (audio + video multiplexed) streams,\n\ eventually mpeg-4 and other formats might be added.\n\ xine plays the video and audio data of mpeg-2 videos and synchronizes\n\ the playback of both. Depending on the properties of the mpeg stream,\n\ playback will need more or less processor power, 100% frame rate\n\ has been seen on a 400 MHz P II system." # maintainer BUILD=1 MAINTAINER="TG " SOURCE=http://xine.sourceforge.net LOCATION=ftp://ftp.linuxmafia.org/pub/Slackware-7/xine-$VERSION # package name PKGNAME=xine compile() { tar xvzf $CWD/$PKGNAME-$VERSION.tar.gz cd $PKGNAME-$VERSION ./configure \ --prefix=/usr make -j2 } install() { make install mkdir -p /usr/doc/$PKGNAME-$VERSION cp -a $DOCS /usr/doc/$PKGNAME-$VERSION } attributes() { echo "No special attributes..." } special() { } subpacks() { echo "No subpacks..." }