wok-next view xautomation/receipt @ rev 21721

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents 5ffe59e2de3a
children
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="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.hoopajoo.net/projects/xautomation.html"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://hoopajoo.net/static/projects/$TARBALL"
14 BUILD_DEPENDS="libx11-dev libpng-dev libxtst-dev"
16 compile_rules() {
17 ./configure $CONFIGURE_ARGS &&
18 make &&
19 make install
20 }
22 genpkg_rules() {
23 mkdir -p $fs/usr
24 cp -a $install/usr/bin $fs/usr
25 DEPENDS="libx11 libpng"
26 }