# SliTaz package receipt. PACKAGE="rubyripper" VERSION="0.6.2" CATEGORY="multimedia" SHORT_DESC="A secure audio disc ripper" MAINTAINER="domcox@slitaz.org" DEPENDS="cd-discid cdparanoia-III flac normalize ruby" SUGGESTED="ruby-gtk2 lame orgenc" BUILD_DEPENDS="cd-discid cdparanoia-III lame normalize ruby vorbis-tools" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://code.google.com/p/rubyripper" WGET_URL="http://rubyripper.googlecode.com/files/$TARBALL" TAGS="audio cd ripper" # Rules to configure and make the package. compile_rules() { cd $src ./configure \ --prefix=/usr \ --enable-gtk2 \ --enable-cli \ --enable-lang-all \ && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib $fs/usr # launcher cp -a $stuff/$PACKAGE $fs/usr/bin }