wok annotate xorg-xrdb/receipt @ rev 22147

updated xalan-c and xalan-c-dev (1.10.0 -> 1.11)
author Hans-G?nter Theisgen
date Wed Nov 06 16:26:14 2019 +0100 (2019-11-06)
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 }