wok-current annotate thunar-volman/receipt @ rev 14765
Add iaxmodem
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 21 16:25:19 2013 +0200 (2013-06-21) |
parents | 7bb7f7870666 |
children | af384d8f64d1 |
rev | line source |
---|---|
erjo@2072 | 1 # SliTaz package receipt. |
erjo@2072 | 2 |
erjo@2072 | 3 PACKAGE="thunar-volman" |
gokhlayeh@8063 | 4 VERSION="0.6.0" |
erjo@2072 | 5 CATEGORY="x-window" |
erjo@4145 | 6 SHORT_DESC="Thunar Volume Manager plugin" |
erjo@2072 | 7 MAINTAINER="erjo@slitaz.org" |
erjo@2072 | 8 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
erjo@2072 | 9 WEB_SITE="http://foo-projects.org/~benny/projects/thunar-archive-plugin/index.html" |
gokhlayeh@8063 | 10 WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/0.6/$TARBALL" |
erjo@2072 | 11 |
erjo@10020 | 12 DEPENDS="thunar libxfce4ui startup-notification" |
erjo@10020 | 13 BUILD_DEPENDS="thunar-dev glibc-locale intltool libexo-dev libgudev-dev libxfce4ui-dev \ |
pankso@12481 | 14 xfconf-dev startup-notification-dev util-linux-uuid-dev" |
erjo@10020 | 15 |
erjo@2072 | 16 # Rules to configure and make the package. |
erjo@2072 | 17 compile_rules() |
erjo@2072 | 18 { |
erjo@2072 | 19 cd $src |
erjo@10020 | 20 ./configure --prefix=/usr \ |
erjo@10020 | 21 --libexecdir=/usr/lib/$PACKAGE $CONFIGURE_ARGS && \ |
erjo@10020 | 22 make && make DESTDIR=$DESTDIR install |
erjo@2072 | 23 } |
erjo@2072 | 24 |
erjo@2072 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
erjo@2072 | 26 genpkg_rules() |
erjo@2072 | 27 { |
pascal@4234 | 28 mkdir -p $fs/usr/share/locale $fs/usr/lib |
erjo@2072 | 29 |
erjo@2072 | 30 cp -a $_pkg/usr/bin $fs/usr |
erjo@2072 | 31 cp -a $_pkg/usr/share/applications $fs/usr/share |
erjo@2072 | 32 cp -a $_pkg/usr/share/icons $fs/usr/share |
erjo@2072 | 33 cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale |
erjo@2072 | 34 } |
erjo@2072 | 35 |