wok annotate input-utils/receipt @ rev 13025

clucene-dev, clucene, drupal, fcitx-skin-default, fcitx-zm, gejengel, hd2u, input-utils, jdk6-jaf, jdk6-jaxp, jdk6-jaxws, kismet, libedit-dev, libedit, linux-module-headers, linux-ocfs2, linux-staging, linux64-ocfs2, linux64-staging, menu-railroad, nfs-utils, ode-dev, openjdk-6-src, runcom, talloc-python, vlc-plugin, xorg-xf86-video-neomagic: fix maintainer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 11 17:36:31 2012 +0200 (2012-06-11)
parents a1c1d35d9f92
children 8437ad3ae814
rev   line source
domcox@1901 1 # SliTaz package receipt.
domcox@1901 2
domcox@1901 3 PACKAGE="input-utils"
domcox@1901 4 VERSION="20081014-101501"
domcox@1901 5 CATEGORY="system-tools"
domcox@1901 6 SHORT_DESC="Small collection of linux input layer tools"
pascal@13025 7 MAINTAINER="domcox@slitaz.org"
domcox@1901 8 DEPENDS=""
domcox@1901 9 SOURCE="input"
domcox@1901 10 TARBALL="$SOURCE-$VERSION.tar.gz"
domcox@1901 11 WEB_SITE="http://dl.bytesex.org/cvs-snapshots/"
domcox@1901 12 WGET_URL="http://dl.bytesex.org/cvs-snapshots/$TARBALL"
domcox@6096 13 TAGS="kernel input utilities"
domcox@1901 14
domcox@1901 15 # Rules to configure and make the package.
domcox@1901 16 compile_rules()
domcox@1901 17 {
domcox@1901 18 cd $src
domcox@1901 19 sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile
domcox@1901 20 prefix="/usr"
domcox@1901 21 CFLAGS="$CFLAGS -O3 -march=i486"
domcox@1901 22 export prefix CFLAGS
domcox@1901 23 make && make DESTDIR=$PWD/_pkg install
domcox@1901 24 }
domcox@1901 25
domcox@1901 26 # Rules to gen a SliTaz package suitable for Tazpkg.
domcox@1901 27 genpkg_rules()
domcox@1901 28 {
domcox@1901 29 mkdir -p $fs/usr
slaxemulator@8752 30 cp -a $_pkg/usr/bin $fs/usr
domcox@1901 31 }
domcox@1901 32