wok-6.x annotate xorg-xrdb/receipt @ rev 22122
updated webalizer (2.21-02 -> 2.23.08)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Nov 03 16:24:25 2019 +0100 (2019-11-03) |
parents | eb8067417980 |
children | 558102e58daf |
rev | line source |
---|---|
rocky@3894 | 1 # SliTaz package receipt. |
rocky@3894 | 2 |
rocky@3894 | 3 PACKAGE="xorg-xrdb" |
slaxemulator@9519 | 4 VERSION="1.0.9" |
rocky@3894 | 5 CATEGORY="x-window" |
rocky@3894 | 6 SHORT_DESC="Xrdb is a program used for accessing the X resources of a server." |
rocky@3894 | 7 MAINTAINER="rocky@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
rocky@3894 | 9 SOURCE="xrdb" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20423 | 11 WEB_SITE="https://www.x.org/" |
rocky@3894 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
rocky@3894 | 13 |
pascal@15579 | 14 DEPENDS="xorg-libXmu" |
pascal@15579 | 15 BUILD_DEPENDS="pkg-config" |
pascal@15579 | 16 |
rocky@3894 | 17 # Rules to configure and make the package. |
rocky@3894 | 18 compile_rules() |
rocky@3894 | 19 { |
rocky@3894 | 20 cd $src |
slaxemulator@10056 | 21 ./configure $CONFIGURE_ARGS && |
slaxemulator@10056 | 22 make && make install |
rocky@3894 | 23 } |
rocky@3894 | 24 |
rocky@3894 | 25 # Rules to gen a SliTaz package suitable for Tazpkg. |
rocky@3894 | 26 genpkg_rules() |
rocky@3894 | 27 { |
rocky@3894 | 28 mkdir -p $fs/usr |
pascal@15579 | 29 cp -a $install/usr/bin $fs/usr |
rocky@3894 | 30 } |