wok view thunar-dev/receipt @ rev 6654

Added linux-api-headers. This is like linux-headers but it doesn't depend on linux to be build. Also this means we can update the kernel without rebuild the toolchain.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 02:17:02 2010 +0000 (2010-10-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 }