summaryrefslogtreecommitdiffstats
path: root/extra/compiz-plugins-extra/Pkgfile
blob: e25a7c7c236a6aaa5002169e15596b22cfd8c9a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: Plugins extra pour compiz
# URL: http://www.compiz.org
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: compiz, compiz-bcop, compiz-plugins-main, libnotify

name=compiz-plugins-extra
version=0.8.4
release=1
group=
source=(http://releases.compiz-fusion.org/0.8.4/compiz-plugins-extra-0.8.4.tar.gz)
build() {
cd $name-$version
        ./configure --prefix=/usr
        make
        make DESTDIR=$PKG install
}