wok-next view transset-df/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents c4e53a39395a
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="transset-df"
4 VERSION="6"
5 CATEGORY="x-window"
6 SHORT_DESC="Tool to set windows opacity"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.forchheimer.se/transset-df/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www.forchheimer.se/transset-df/$TARBALL"
14 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libXrender-dev"
16 compile_rules() {
17 make &&
18 install -Dm755 $src/transset-df $install/usr/bin/transset-df
19 }
21 genpkg_rules() {
22 copy @std
23 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-xcompmgr xorg-libXrender \
24 xorg-libXext"
25 }