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

Removed all TARBALL, SRC_WANTED, and some BUILD_DEPENDS in wanted receipts. There not needed to be update.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Mar 02 03:12:51 2011 +0000 (2011-03-02)
parents 811617bdf56d
children 13e88dff0fe4
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 DEPENDS="thunar-vfs"
9 WANTED="thunar-vfs"
10 WEB_SITE="http://www.xfce.org"
11 TAGS="file-manager file-browser"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
17 mkdir -p $fs/usr \
18 $fs/usr/lib/ \
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/include $fs/usr
22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
24 }