wok annotate xorg-xrdb/receipt @ rev 22638
updated dd_rescue (1.22 -> 1.99.8)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Jan 13 17:41:14 2020 +0100 (2020-01-13) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
rocky@3894 | 1 # SliTaz package receipt. |
rocky@3894 | 2 |
rocky@3894 | 3 PACKAGE="xorg-xrdb" |
Hans-G?nter@22299 | 4 VERSION="1.2.0" |
rocky@3894 | 5 CATEGORY="x-window" |
Hans-G?nter@22299 | 6 SHORT_DESC="A program used for accessing the X resources of a server." |
rocky@3894 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22299 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22299 | 10 |
rocky@3894 | 11 SOURCE="xrdb" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
rocky@3894 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
rocky@3894 | 14 |
pascal@15579 | 15 DEPENDS="xorg-libXmu" |
pascal@15579 | 16 BUILD_DEPENDS="pkg-config" |
pascal@15579 | 17 |
rocky@3894 | 18 # Rules to configure and make the package. |
rocky@3894 | 19 compile_rules() |
rocky@3894 | 20 { |
Hans-G?nter@22299 | 21 ./configure $CONFIGURE_ARGS && |
Hans-G?nter@22299 | 22 make && |
Hans-G?nter@22299 | 23 make install |
rocky@3894 | 24 } |
rocky@3894 | 25 |
rocky@3894 | 26 # Rules to gen a SliTaz package suitable for Tazpkg. |
rocky@3894 | 27 genpkg_rules() |
rocky@3894 | 28 { |
rocky@3894 | 29 mkdir -p $fs/usr |
Hans-G?nter@22299 | 30 cp -a $install/usr/bin $fs/usr |
rocky@3894 | 31 } |