wok view garcon-dev/receipt @ rev 8761

Add aufs patches into linux stuff to be able to recook the package using same stuff & to avoid linux counted as commited after each clean
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Feb 21 04:39:34 2011 +0100 (2011-02-21)
parents
children 129bb5b11a7e
line source
1 # SliTaz package receipt.
3 PACKAGE="garcon-dev"
4 VERSION="0.1.5"
5 CATEGORY="development"
6 SHORT_DESC="Xfce menu devel files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="garcon"
9 WANTED="garcon"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.la $fs/usr/lib
20 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $_pkg/usr/include $fs/usr
22 }