wok-6.x annotate libwnck/receipt @ rev 12095
nanochess, sudoku: run tazweb --notoolbar (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Mar 10 23:13:38 2012 +0100 (2012-03-10) |
parents | 91e33f964d22 |
children | b1f2da41812a |
rev | line source |
---|---|
pankso@1275 | 1 # SliTaz package receipt. |
pankso@1275 | 2 |
pankso@1275 | 3 PACKAGE="libwnck" |
slaxemulator@7321 | 4 VERSION="2.30.6" |
pankso@1275 | 5 CATEGORY="x-window" |
pankso@1275 | 6 SHORT_DESC="libwnck is Window Navigator Construction Kit." |
pankso@1275 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@2476 | 8 DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \ |
pascal@2476 | 9 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \ |
pascal@2518 | 10 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" |
slaxemulator@7552 | 11 BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev" |
pankso@1275 | 12 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@1275 | 13 WEB_SITE="http://ftp.acc.umu.se/pub/gnome/sources/libwnck/" |
slaxemulator@9507 | 14 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" |
pankso@1275 | 15 |
pankso@1275 | 16 # Rules to configure and make the package. |
pankso@1275 | 17 compile_rules() |
pankso@1275 | 18 { |
pankso@1275 | 19 cd $src |
pankso@1275 | 20 ./configure \ |
pankso@1275 | 21 --prefix=/usr \ |
pankso@1275 | 22 --infodir=/usr/share/info \ |
pankso@1275 | 23 --mandir=/usr/share/man \ |
pascal@1465 | 24 $CONFIGURE_ARGS && |
pascal@1465 | 25 make && |
pankso@1275 | 26 make DESTDIR=$PWD/_pkg install |
pankso@1275 | 27 } |
pankso@1275 | 28 |
pankso@1275 | 29 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@1275 | 30 genpkg_rules() |
pankso@1275 | 31 { |
pankso@1275 | 32 mkdir -p $fs/usr/lib |
pankso@1275 | 33 cp -a $_pkg/usr/bin $fs/usr |
pankso@1275 | 34 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
slaxemulator@9508 | 35 cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib |
pankso@1275 | 36 } |