wok-6.x view libxfce4mcs-dev/receipt @ rev 4118
Remove bristuff
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Sep 19 23:09:57 2009 +0200 (2009-09-19) |
parents | |
children |
line source
1 # SliTaz package receipt."
3 PACKAGE="libxfce4mcs-dev"
4 VERSION="4.4.3"
5 CATEGORY="development"
6 SHORT_DESC="Xfce settings managment library dev files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="libxfce4mcs"
9 WANTED="libxfce4mcs"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://www.xfce.org/"
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr \
16 $fs/usr/lib
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 }