# SliTaz package receipt. PACKAGE="vorbis-tools" VERSION="1.4.0" CATEGORY="multimedia" SHORT_DESC="Vorbis encoder, decoder and tiny tools." MAINTAINER="pankso@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.vorbis.com/" WGET_URL="http://downloads.xiph.org/releases/vorbis/$TARBALL" TAGS="multimedia ogg" DEPENDS="libogg libvorbis flac libao libcurl speex libcrypto" BUILD_DEPENDS="libogg-dev libvorbis-dev flac-dev libao-dev curl-dev speex-dev \ libcrypto-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure $CONFIGURE_ARGS && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr }