wok-current annotate xorg-xbitmaps/receipt @ rev 23611
updated re2c (1.2.1 -> 1.3)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 14 06:45:07 2020 +0100 (2020-04-14) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@344 | 1 # SliTaz package receipt. |
pankso@344 | 2 |
pankso@344 | 3 PACKAGE="xorg-xbitmaps" |
Hans-G?nter@22249 | 4 VERSION="1.1.2" |
pankso@344 | 5 CATEGORY="development" |
Hans-G?nter@22249 | 6 SHORT_DESC="Development files for X (bitmaps)." |
pankso@344 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22249 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22249 | 10 |
pankso@344 | 11 SOURCE="xbitmaps" |
pankso@344 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@344 | 13 WGET_URL="$XORG_MIRROR/data/$TARBALL" |
pankso@344 | 14 |
pascal@15579 | 15 DEPENDS="xorg-util-macros" |
pascal@15579 | 16 BUILD_DEPENDS="xorg-util-macros" |
pascal@15579 | 17 |
Hans-G?nter@22249 | 18 HOST_ARCH="i486 arm" |
Hans-G?nter@22249 | 19 |
pankso@344 | 20 # Rules to configure and make the package. |
pankso@344 | 21 compile_rules() |
pankso@344 | 22 { |
pankso@16109 | 23 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@22249 | 24 make && |
Hans-G?nter@22249 | 25 make install |
pankso@344 | 26 } |
pankso@344 | 27 |
pankso@344 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@344 | 29 genpkg_rules() |
pankso@344 | 30 { |
pascal@15579 | 31 cp -a $install/* $fs |
pankso@344 | 32 } |