wok-current view thunar-vfs-dev/receipt @ rev 11816

Down: libpng to 1.2.47. This is a Security Fix. Don't update to 1.5.9 until after slitaz 4.0 release. Too much stuff will have to patch.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 25 13:50:44 2012 -0500 (2012-02-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 }