wok view thunar-vfs-dev/receipt @ rev 10514

libmtp: update bdeps (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 25 15:55:10 2011 +0200 (2011-05-25)
parents 129bb5b11a7e
children a00bf44ed23d
line source
1 # SliTaz package receipt.
3 PACKAGE="thunar-vfs-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Thnuar file manager libraries development files"
7 MAINTAINER="erjo@slitaz.org"
8 WANTED="thunar-vfs"
9 WEB_SITE="http://www.xfce.org"
10 TAGS="file-manager file-browser"
12 DEPENDS="thunar-vfs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
18 mkdir -p $fs/usr \
19 $fs/usr/lib/ \
21 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
22 cp -a $_pkg/usr/include $fs/usr
23 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
25 }