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

name=transset-df
version=6
release=2
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
}