wok view xautomation/receipt @ rev 17713

Up libmatemixer-dev wrong dir
author Yuri Pourre <yuripourre@gmail.com>
date Wed Mar 04 00:19:44 2015 -0300 (2015-03-04)
parents c1523f23716a
children e3079653b462
line source
1 # SliTaz package receipt.
3 PACKAGE="xautomation"
4 VERSION="1.09"
5 CATEGORY="x-window"
6 SHORT_DESC="Control X from the command line for scripts (fte, visgrep)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://hoopajoo.net/projects/xautomation.html"
11 WGET_URL="http://hoopajoo.net/static/projects/$TARBALL"
12 #HOST_ARCH="i486 arm"
14 DEPENDS="xorg-libX11 libpng"
15 BUILD_DEPENDS="xorg-libX11-dev libpng-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $install/usr/bin $fs/usr
29 }