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

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