catfish

[ Thread Index | Date Index | More lists.tuxfamily.org/slitaz Archives ]


Have written test receipt for catfish, but have some issues with wrapper and filemanager (catfish looks for them in arguments)
Test it, please

# SliTaz package receipt.

PACKAGE="catfish"
VERSION="0.3.2"
CATEGORY="utilities"
SHORT_DESC="Catfish is a versatile file searching tool."
MAINTAINER="devl547@xxxxxxxxx"
TARBALL="$PACKAGE-$VERSION.tar.gz"
WEB_SITE="http://www.twotoasts.de/"
WGET_URL="http://www.twotoasts.de/media/catfish/$TARBALL"
BUILD_DEPENDS="pygtk-dev libglade-dev"
DEPENDS="pygtk libglade python-xdg"

# Rules to configure and make the package.
compile_rules()
{
cd $src
./configure --prefix=/usr &&
make &&
make DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr/share/catfish
mkdir $fs/usr/share/icons
mkdir $fs/usr/share/applications
cp -a $_pkg/usr/bin $fs/usr
cp -a $_pkg/usr/share/catfish $fs/usr/share/catfish
cp -a $_pkg/usr/share/icons $fs/usr/share/icons
cp -a $_pkg/usr/share/applications $fs/usr/share/applications
}


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/