summaryrefslogtreecommitdiffstats
path: root/extra/compiz-plugins-extra/Pkgfile
blob: 31915a53346407073c7595738c76a0ef251deba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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
# Run on:

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