wok annotate xorg-libXdamage/receipt @ rev 15581

xorg-cf-files: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 11:11:23 2013 +0000 (2013-11-30)
parents e5ae411e1d8c
children 0a06345642c3
rev   line source
pankso@87 1 # SliTaz package receipt.
pankso@87 2
pankso@87 3 PACKAGE="xorg-libXdamage"
al@14644 4 VERSION="1.1.4"
pankso@87 5 CATEGORY="x-window"
al@14644 6 SHORT_DESC="X Damage Library"
pankso@87 7 MAINTAINER="pankso@slitaz.org"
al@14644 8 LICENSE="other"
pankso@87 9 SOURCE="libXdamage"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@87 11 WEB_SITE="http://www.x.org/"
pankso@87 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@87 13
al@14644 14 DEPENDS="xorg-libXfixes"
al@14644 15 BUILD_DEPENDS="xorg-damageproto xorg-libXfixes-dev"
al@14644 16
pankso@87 17 # Rules to configure and make the package.
pankso@87 18 compile_rules()
pankso@87 19 {
pankso@3012 20 ./configure \
al@14644 21 --sysconfdir=/etc \
al@14644 22 --localstatedir=/var \
al@14644 23 --disable-static \
al@14644 24 $CONFIGURE_ARGS &&
al@14644 25 make &&
al@14644 26 make install
pankso@87 27 }
pankso@87 28
pankso@87 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@87 30 genpkg_rules()
pankso@87 31 {
pankso@87 32 mkdir -p $fs/usr/lib
al@14644 33 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@87 34 }