wok-next view xautomation/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents dd145c435e4b
children d5aab818505e
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"
13 DEPENDS="xorg-libX11 libpng16"
14 BUILD_DEPENDS="xorg-libX11-dev libpng16-dev xorg-libXtst-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }