wok-6.x annotate xorg-libXmu/receipt @ rev 9939
libnl: fix patch path
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 18 02:15:39 2011 +0200 (2011-05-18) |
parents | c514cc4854d8 |
children | 625fca2b417a |
rev | line source |
---|---|
pankso@20 | 1 # SliTaz package receipt. |
pankso@20 | 2 |
pankso@20 | 3 PACKAGE="xorg-libXmu" |
slaxemulator@7016 | 4 VERSION="1.1.0" |
pankso@20 | 5 CATEGORY="x-window" |
pankso@20 | 6 SHORT_DESC="Xorg server module." |
pankso@20 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@20 | 8 SOURCE="libXmu" |
gokhlayeh@6993 | 9 TARBALL="$SOURCE-$VERSION.tar.bz2" |
slaxemulator@8029 | 10 DEPENDS="xorg-libXt xorg-libXext" |
slaxemulator@8029 | 11 BUILD_DEPENDS="xorg-libXt-dev xorg-libXext-dev" |
pankso@20 | 12 WEB_SITE="http://www.x.org/" |
pankso@20 | 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL" |
pankso@20 | 14 |
pankso@20 | 15 # Rules to configure and make the package. |
pankso@20 | 16 compile_rules() |
pankso@20 | 17 { |
pankso@3012 | 18 cd $src |
pankso@3012 | 19 ./configure \ |
slaxemulator@9687 | 20 --sysconfdir=/etc \ |
slaxemulator@9687 | 21 --localstatedir=/var && |
pascal@5008 | 22 make && |
slaxemulator@9687 | 23 make install |
pankso@20 | 24 } |
pankso@20 | 25 |
pankso@20 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@20 | 27 genpkg_rules() |
pankso@20 | 28 { |
pankso@20 | 29 mkdir -p $fs/usr/lib |
slaxemulator@9687 | 30 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib |
pankso@20 | 31 } |