# SliTaz package receipt. PACKAGE="gqview" VERSION="2.0.4" CATEGORY="graphics" SHORT_DESC="Images viewer and manager using GTK+." MAINTAINER="pankso@slitaz.org" DEPENDS="gtk+ xorg-libXdamage" BUILD_DEPENDS="pkg-config gtk+ gtk+-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://gqview.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/pixmaps $fs/usr/share cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale }