wok view thunar-dev/receipt @ rev 8234

Up: get-LibreOffice (v1.1.9 for stable v3.3.0) - will need fix for next release as this contains fix for incorrect archive packaging.
author Ben Arnold <ben@seawolfsanctuary.com>
date Thu Jan 27 07:36:43 2011 +0000 (2011-01-27)
parents 40741bb46d6f
children f62db0f06f1e
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.2.0"
5 CATEGORY="development"
6 SHORT_DESC="Thunar File Manager dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="thunar"
9 WANTED="thunar"
10 SOURCE="Thunar"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WEB_SITE="http://www.xfce.org"
14 genpkg_rules()
15 {
17 _pkg=$WOK/$WANTED/$SOURCE-$VERSION/_pkg
19 mkdir -p $fs/usr/lib/thunarx-2
21 cp -a $_pkg/usr/include $fs/usr
22 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
24 cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
25 }