wok annotate libwnck/receipt @ rev 14718

lib[s-z]*: add LICENSE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 11:57:36 2013 +0200 (2013-06-11)
parents b1f2da41812a
children a00bf44ed23d
rev   line source
pankso@1275 1 # SliTaz package receipt.
pankso@1275 2
pankso@1275 3 PACKAGE="libwnck"
slaxemulator@12335 4 VERSION="2.30.7"
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@14718 8 LICENSE="GPL2"
pascal@14718 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@14718 10 WEB_SITE="http://www.gnome.org/"
pascal@14718 11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
pascal@14718 12
pascal@2476 13 DEPENDS="expat gtk+ startup-notification xorg-libICE xorg-libSM xorg-libX11 \
pascal@2476 14 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext \
pascal@2518 15 xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage"
slaxemulator@7552 16 BUILD_DEPENDS="perl-xml-parser gettext intltool xorg-dev gtk+-dev pkg-config gobject-introspection-dev"
pankso@1275 17
pankso@1275 18 # Rules to configure and make the package.
pankso@1275 19 compile_rules()
pankso@1275 20 {
pankso@1275 21 cd $src
pankso@1275 22 ./configure \
pascal@1465 23 $CONFIGURE_ARGS &&
pascal@1465 24 make &&
slaxemulator@12335 25 make DESTDIR=$DESTDIR install
pankso@1275 26 }
pankso@1275 27
pankso@1275 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@1275 29 genpkg_rules()
pankso@1275 30 {
pankso@1275 31 mkdir -p $fs/usr/lib
pascal@14718 32 cp -a $install/usr/bin $fs/usr
pascal@14718 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pascal@14718 34 cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
pankso@1275 35 }