wok-next annotate xorg-libXxf86dga/receipt @ rev 16094
ffmpeg-compat: typo in post_remove()
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Mar 16 14:51:45 2014 +0000 (2014-03-16) |
parents | c4160798b7d5 |
children | 70e678f56117 |
rev | line source |
---|---|
pascal@14627 | 1 # SliTaz package receipt. |
pascal@14627 | 2 |
pascal@14627 | 3 PACKAGE="xorg-libXxf86dga" |
pascal@14627 | 4 VERSION="1.1.4" |
pascal@14627 | 5 CATEGORY="x-window" |
pascal@14627 | 6 SHORT_DESC="Xorg server module." |
pascal@14627 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pascal@14627 | 9 SOURCE="libXxf86dga" |
pascal@14627 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@14627 | 11 WEB_SITE="http://www.x.org/" |
pascal@14627 | 12 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pascal@14627 | 13 |
pascal@14627 | 14 DEPENDS="" |
pascal@14627 | 15 BUILD_DEPENDS="pkg-config xorg-util-macros xorg-xproto \ |
pascal@14627 | 16 xorg-libX11-dev xorg-libXext-dev \ |
pascal@14627 | 17 xorg-xf86dgaproto" |
pascal@14627 | 18 |
pascal@14627 | 19 # Rules to configure and make the package. |
pascal@14627 | 20 compile_rules() |
pascal@14627 | 21 { |
pascal@14627 | 22 cd $src |
pascal@14627 | 23 ./configure \ |
pascal@14627 | 24 --sysconfdir=/etc \ |
pascal@14627 | 25 --mandir=/usr/share/man \ |
pascal@14627 | 26 --localstatedir=/var \ |
pascal@14627 | 27 $CONFIGURE_ARGS && |
pascal@14627 | 28 make && make install |
pascal@14627 | 29 } |
pascal@14627 | 30 |
pascal@14627 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14627 | 32 genpkg_rules() |
pascal@14627 | 33 { |
pascal@14627 | 34 mkdir -p $fs/usr/lib |
pascal@14627 | 35 cp -a $install/usr/lib/*.so* $fs/usr/lib |
pascal@14627 | 36 } |