summaryrefslogtreecommitdiffstats
path: root/extra/fusion-icon/Pkgfile
blob: b7a04d60ede4b15efcf1ef6321b60f83d852290f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Description: Outils de selection compiz
# URL: 
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: xorg-xvinfo

name=fusion-icon
version=0.1.0
release=1

source=(http://ftp.de.debian.org/debian/pool/main/f/fusion-icon/fusion-icon_0.1.0.orig.tar.gz)
build() {
	cd $name-$version
       	python2 setup.py build install --root=$PKG 
}