summaryrefslogtreecommitdiffstats
path: root/extra/rezlooks/Pkgfile
blob: e6a53d7c038bbb45d1eaeb584eaddfc9afd848d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Moteur gtk
# URL: http://www.gnome-look.org/content/show.php?content=39179
# Maintainer: NuTyX core team
# Packager: geantbrun at gmail dot com
# Depends on: gtk

name=rezlooks
version=0.6
release=1
source=(http://www.gnome-look.org/CONTENT/content-files/39179-rezlooks-0.6.tar.gz 
        )

build() {
  cd $name-$version
  ./configure --prefix=/usr \
		--enable-animation 
  make 
  make DESTDIR=$PKG install
  
}