wok view thunar-dev/receipt @ rev 7938

slitaz-mercurial-style: Migration continue (one can follow in live on hg.slitaz.org)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Jan 11 22:37:12 2011 +0100 (2011-01-11)
parents e2f81bc9ec84
children 99fb3f988136
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.0.2"
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-1
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-1/*.*a $fs/usr/lib/thunarx-1
25 }