summaryrefslogtreecommitdiffstats
path: root/extra/transset-df/Pkgfile
blob: 82bd71beb107883260dcdbdec99705694171c2a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Description: outils pour transparence fenetres
# URL: http://www.forchheimer.se/transset-df/
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: xbindkeys xorg-xcompmgr
# Run on: xbindkeys,xorg-xcompmgr



name=transset-df
version=6
release=1
source=(http://www.forchheimer.se/transset-df/transset-df-6.tar.gz)

build() {
	cd $name-$version
	make
	install -m 0755 -D -s $name $PKG/usr/bin/transset
}