wok annotate xorg-xkbcomp/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents eb8067417980
children 814c58f64f83
rev   line source
pankso@451 1 # SliTaz package receipt.
pankso@451 2
pankso@451 3 PACKAGE="xorg-xkbcomp"
slaxemulator@11137 4 VERSION="1.2.3"
pankso@451 5 CATEGORY="x-window"
pankso@451 6 SHORT_DESC="Xorg keyboard composite."
pankso@451 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
pankso@452 9 SOURCE="xkbcomp"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@451 11 WEB_SITE="http://www.x.org/"
pankso@451 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@16061 13 HOST_ARCH="i486 arm"
pankso@451 14
pascal@15579 15 DEPENDS="xorg-libxkbfile"
pascal@15579 16 BUILD_DEPENDS="xorg-libxkbfile-dev"
pascal@15579 17
pankso@451 18 # Rules to configure and make the package.
pankso@451 19 compile_rules()
pankso@451 20 {
pankso@16061 21 ./configure \
pankso@16061 22 --sysconfdir=/etc \
pankso@16061 23 --localstatedir=/var \
pankso@16061 24 $CONFIGURE_ARGS &&
pankso@16061 25 make && make install
pankso@451 26 }
pankso@451 27
pankso@451 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@451 29 genpkg_rules()
pankso@451 30 {
pankso@451 31 mkdir -p $fs/usr
pascal@15579 32 cp -a $install/usr/bin $fs/usr
pankso@451 33 }
pankso@451 34