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

Fixed python-pyxml. The sed way had a error unmatch /. So i'm using the real patch from archlinux.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue May 03 04:53:22 2011 +0000 (2011-05-03)
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 }