blob: f0ef9eccc11f799275481f73f3a3aeed84b47a54 (
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: 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
}
|