wok view startup-notification-dev/receipt @ rev 1913

Add glibc-extra-samba (3): fix mkdir
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 21 23:21:46 2008 +0000 (2008-12-21)
parents 90463812cd74
children 255a28d7938f
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification-dev"
4 VERSION="0.9"
5 CATEGORY="development"
6 SHORT_DESC="Startup notification protocol developpement files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS=""
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WANTED="startup-notification"
11 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 }