wok annotate xorg-xrdb/receipt @ rev 10047

Up: alsa-lib to 1.0.24.1. Add $CONFIGURE_ARGS.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 03:49:46 2011 +0000 (2011-05-20)
parents 254cdebd32d5
children 42c425ddf370
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"
slaxemulator@8029 8 DEPENDS="xorg-libXmu"
slaxemulator@8965 9 BUILD_DEPENDS="pkg-config"
rocky@3894 10 SOURCE="xrdb"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
rocky@3894 12 WEB_SITE="http://www.x.org/"
rocky@3894 13 WGET_URL="$XORG_MIRROR/app/$TARBALL"
rocky@3894 14
rocky@3894 15 # Rules to configure and make the package.
rocky@3894 16 compile_rules()
rocky@3894 17 {
rocky@3894 18 cd $src
slaxemulator@8965 19 ./configure &&
slaxemulator@8965 20 make &&
slaxemulator@8965 21 make install
rocky@3894 22 }
rocky@3894 23
rocky@3894 24 # Rules to gen a SliTaz package suitable for Tazpkg.
rocky@3894 25 genpkg_rules()
rocky@3894 26 {
rocky@3894 27 mkdir -p $fs/usr
rocky@3894 28 cp -a $_pkg/usr/bin $fs/usr
rocky@3894 29 }