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

ppp: build rp-pppoe.so (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 25 11:15:26 2012 +0100 (2012-02-25)
parents 8527eb4d0f3f
children 64ba4a9312ad
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification-dev"
4 VERSION="0.10"
5 CATEGORY="development"
6 SHORT_DESC="Startup notification protocol developpement files"
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="startup-notification"
9 WANTED="startup-notification"
10 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }