wok view startup-notification/receipt @ rev 9907
slitaz-icon: fix sed (must be befor cd to find file) and avois error with latlito/tazpkg --root=
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue May 17 15:18:51 2011 +0200 (2011-05-17) |
parents | f305820cb04d |
children | 4a7127b73f18 |
line source
1 # SliTaz package receipt.
3 PACKAGE="startup-notification"
4 VERSION="0.10"
5 CATEGORY="x-window"
6 SHORT_DESC="Startup notification protocol"
7 MAINTAINER="erjo@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://freedesktop.org/software/startup-notification/releases/"
10 WGET_URL="http://freedesktop.org/software/startup-notification/releases/$TARBALL"
12 DEPENDS="util-linux-ng-uuid libxcb xcb-util xorg-libICE xorg-libSM xorg-libX11 \
13 xorg-libXau xorg-libXdmcp"
14 BUILD_DEPENDS="util-linux-ng-uuid-dev libxcb-dev xcb-util-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure -C --prefix=/usr &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/lib
28 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
29 }