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

etherboot: use bzImage format instead of obsolete zImage
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 11 16:30:14 2008 +0000 (2008-04-11)
parents 54b059c3da8e
children a075ff895254
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 <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 }