# SliTaz package receipt. PACKAGE="libplayer" VERSION="2.0.1" CATEGORY="multimedia" SHORT_DESC="A multimedia A/V abstraction layer API." DEPENDS="xine-lib mplayer" MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://libplayer.geexbox.org/" WGET_URL="http://libplayer.geexbox.org/releases/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src sed -i 's/cat -n/awk '"'"'{ printf "%6d %s\\n",++n,$0 }'"'"'