wok annotate xorg-util-macros/receipt @ rev 18870
get-skype: fix skype.desktop moving/copying problem
use busybox wget as more predictable
use busybox wget as more predictable
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Feb 03 18:54:47 2016 +0200 (2016-02-03) |
parents | 97a4bdecaed7 |
children | 814c58f64f83 |
rev | line source |
---|---|
gokhlayeh@6993 | 1 # SliTaz package receipt. |
gokhlayeh@6993 | 2 |
gokhlayeh@6993 | 3 PACKAGE="xorg-util-macros" |
pankso@12503 | 4 VERSION="1.17" |
gokhlayeh@6993 | 5 CATEGORY="development" |
al@14604 | 6 SHORT_DESC="A set of autoconf project macros for X.Org modules" |
gokhlayeh@6993 | 7 MAINTAINER="gokhlayeh@slitaz.org" |
al@14604 | 8 LICENSE="other" |
gokhlayeh@6993 | 9 WEB_SITE="http://www.x.org/" |
slaxemulator@14639 | 10 SOURCE="util-macros" |
slaxemulator@14639 | 11 TARBALL="$SOURCE-$VERSION.tar.bz2" |
gokhlayeh@6993 | 12 WGET_URL="$XORG_MIRROR/util/$TARBALL" |
pascal@17531 | 13 HOST_ARCH="i486 arm x86_64" |
gokhlayeh@6993 | 14 |
pankso@15951 | 15 DEPENDS="m4" |
al@14604 | 16 |
gokhlayeh@6993 | 17 # Rules to configure and make the package. |
gokhlayeh@6993 | 18 compile_rules() |
gokhlayeh@6993 | 19 { |
pankso@12503 | 20 ./configure \ |
pankso@12503 | 21 --sysconfdir=/etc \ |
pankso@12503 | 22 --localstatedir=/var \ |
pankso@12503 | 23 $CONFIGURE_ARGS && |
al@14604 | 24 make && |
al@14604 | 25 make install |
gokhlayeh@6993 | 26 } |
gokhlayeh@6993 | 27 |
gokhlayeh@6993 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
gokhlayeh@6993 | 29 genpkg_rules() |
gokhlayeh@6993 | 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 |
pankso@12503 | 34 cp -a $install/* $fs |
gokhlayeh@6993 | 35 } |