wok-next annotate xorg-xbitmaps/receipt @ rev 16744
Add telegram
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 12 09:18:41 2014 +0200 (2014-06-12) |
parents | eb8067417980 |
children | 0994d769f208 |
rev | line source |
---|---|
pankso@344 | 1 # SliTaz package receipt. |
pankso@344 | 2 |
pankso@344 | 3 PACKAGE="xorg-xbitmaps" |
slaxemulator@7764 | 4 VERSION="1.1.1" |
pankso@344 | 5 CATEGORY="development" |
pankso@344 | 6 SHORT_DESC="Devel files for X (bitmaps)." |
pankso@344 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@344 | 9 SOURCE="xbitmaps" |
pankso@344 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@344 | 11 WEB_SITE="http://www.x.org/" |
pankso@344 | 12 WGET_URL="$XORG_MIRROR/data/$TARBALL" |
pankso@16109 | 13 HOST_ARCH="i486 arm" |
pankso@344 | 14 |
pascal@15579 | 15 DEPENDS="xorg-util-macros" |
pascal@15579 | 16 BUILD_DEPENDS="xorg-util-macros" |
pascal@15579 | 17 |
pankso@344 | 18 # Rules to configure and make the package. |
pankso@344 | 19 compile_rules() |
pankso@344 | 20 { |
pankso@16109 | 21 ./configure $CONFIGURE_ARGS && |
pankso@16109 | 22 make && make install |
pankso@344 | 23 } |
pankso@344 | 24 |
pankso@344 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@344 | 26 genpkg_rules() |
pankso@344 | 27 { |
pascal@15579 | 28 cp -a $install/* $fs |
pankso@344 | 29 } |