wok-next annotate xorg-makedepend/receipt @ rev 17784
Fix: disable llvm compiler version check
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sat Mar 14 21:36:00 2015 +0000 (2015-03-14) |
parents | a09e9d64e4c9 |
children | d7cac426f075 |
rev | line source |
---|---|
gokhlayeh@8080 | 1 # SliTaz package receipt. |
gokhlayeh@8080 | 2 |
gokhlayeh@8080 | 3 PACKAGE="xorg-makedepend" |
al@14604 | 4 VERSION="1.0.4" |
al@14604 | 5 CATEGORY="development" |
al@14604 | 6 SHORT_DESC="Create dependencies in makefiles" |
gokhlayeh@8080 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
al@14604 | 8 LICENSE="other" |
al@14604 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="makedepend" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
al@14604 | 12 WGET_URL="$XORG_MIRROR/util/$TARBALL" |
al@14604 | 13 |
al@14604 | 14 DEPENDS="glibc-base xorg-xproto" |
gokhlayeh@8080 | 15 BUILD_DEPENDS="xorg-xproto" |
gokhlayeh@8080 | 16 |
gokhlayeh@8080 | 17 # Rules to configure and make the package. |
gokhlayeh@8080 | 18 compile_rules() |
gokhlayeh@8080 | 19 { |
al@14604 | 20 ./configure \ |
al@14604 | 21 --sysconfdir=/etc \ |
al@14604 | 22 --localstatedir=/var \ |
al@14604 | 23 $CONFIGURE_ARGS && |
al@14604 | 24 make && |
al@14604 | 25 make install |
gokhlayeh@8080 | 26 } |
gokhlayeh@8080 | 27 |
gokhlayeh@8080 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@8080 | 29 genpkg_rules() |
gokhlayeh@8080 | 30 { |
al@14604 | 31 mkdir -p $fs/usr/share/licenses |
al@14604 | 32 cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt |
al@14604 | 33 |
al@14604 | 34 cp -a $install/usr/bin $fs/usr |
gokhlayeh@8080 | 35 } |