wok-6.x view thunar-dev/receipt @ rev 6928
Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Oct 22 22:36:22 2010 +0000 (2010-10-22) |
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 }