wok view thunar-dev/receipt @ rev 8774

Fix: openal compile_rules()
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 19:43:04 2011 +0100 (2011-02-21)
parents f62db0f06f1e
children 129bb5b11a7e
line source
1 # SliTaz package receipt."
3 PACKAGE="thunar-dev"
4 VERSION="1.2.1"
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 {
16 mkdir -p $fs/usr/lib/thunarx-2
18 cp -a $_pkg/usr/include $fs/usr
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
21 cp -a $_pkg/usr/lib/thunarx-2/*.*a $fs/usr/lib/thunarx-2
22 }