# SliTaz package receipt. PACKAGE="thunar-volman" VERSION="0.6.0" CATEGORY="x-window" SHORT_DESC="Thunar Volume Manager plugin" MAINTAINER="erjo@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL" DEPENDS="thunar libxfce4ui startup-notification" BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \ xfconf-dev startup-notification-dev util-linux-ng-uuid-dev" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr \ --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ make && make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share/locale $fs/usr/lib cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/share/applications $fs/usr/share cp -a $_pkg/usr/share/icons $fs/usr/share cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale }