wok view thunar-volman/receipt @ rev 4145

Up: thunar-volman (0.3.80) + fix perm
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Sep 20 13:48:01 2009 +0000 (2009-09-20)
parents 709979335981
children 326830426b97
line source
1 # SliTaz package receipt.
3 PACKAGE="thunar-volman"
4 VERSION="0.3.80"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar Volume Manager plugin"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="thunar"
9 BUILD_DEPENDS="thunar-dev"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
12 WGET_URL="http://goodies.xfce.org/releases/thunar-volman/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS && \
20 make && make DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/locale
28 cp -a $_pkg/usr/bin $fs/usr
29 cp -a $_pkg/usr/libexec $fs/usr/libexec
30 cp -a $_pkg/usr/share/applications $fs/usr/share
31 cp -a $_pkg/usr/share/icons $fs/usr/share
32 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
34 chmod 0755 $fs/usr/libexec/thunar-*
35 }