wok view thunar-volman/receipt @ rev 12982

file: dont include libmagic and port to ARM
author Christophe Lincoln <pankso@slitaz.org>
date Sat Jun 02 13:51:44 2012 +0200 (2012-06-02)
parents 7bb7f7870666
children af384d8f64d1
line source
1 # SliTaz package receipt.
3 PACKAGE="thunar-volman"
4 VERSION="0.6.0"
5 CATEGORY="x-window"
6 SHORT_DESC="Thunar Volume Manager plugin"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html"
10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL"
12 DEPENDS="thunar libxfce4ui startup-notification"
13 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \
14 xfconf-dev startup-notification-dev util-linux-uuid-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr \
21 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \
22 make && make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/locale $fs/usr/lib
30 cp -a $_pkg/usr/bin $fs/usr
31 cp -a $_pkg/usr/share/applications $fs/usr/share
32 cp -a $_pkg/usr/share/icons $fs/usr/share
33 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
34 }