wok annotate xorg-cf-files/receipt @ rev 16329

ARM: add xorg-xprop - Used in the new SliTaz Tiny/Touch Screen (sts) desktop
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:50:37 2014 +0200 (2014-04-10)
parents eb8067417980
children 814c58f64f83
rev   line source
rcx@3142 1 # SliTaz package receipt.
rcx@3142 2
rcx@3142 3 PACKAGE="xorg-cf-files"
gokhlayeh@6993 4 VERSION="1.0.3"
rcx@3142 5 CATEGORY="development"
rcx@3142 6 SHORT_DESC="Conf files used by xorg and imake."
rcx@3142 7 MAINTAINER="rcx@zoominternet.net"
pascal@15579 8 LICENSE="MIT"
rcx@3142 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3142 10 WEB_SITE="http://www.x.org/"
rcx@3142 11 WGET_URL="$XORG_MIRROR/util/$TARBALL"
rcx@3142 12
pascal@15579 13 DEPENDS=""
pascal@15579 14 BUILD_DEPENDS=""
pascal@15579 15
rcx@3142 16 # Rules to configure and make the package.
rcx@3142 17 compile_rules()
rcx@3142 18 {
rcx@3142 19 cd $src
rcx@3142 20 ./configure \
rcx@3142 21 --prefix=/usr \
rcx@3142 22 --infodir=/usr/share/info \
rcx@3142 23 --mandir=/usr/share/man \
rcx@3142 24 $CONFIGURE_ARGS &&
pascal@15581 25 make && make DESTDIR=$DESTDIR install
rcx@3142 26 }
rcx@3142 27
rcx@3142 28 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3142 29 genpkg_rules()
rcx@3142 30 {
rcx@3142 31 mkdir -p $fs/usr
pascal@15579 32 cp -a $install/usr/lib $fs/usr
rcx@3142 33 }