updated on Thu Jan 5 13:17:10 UTC 2012
[aur-mirror.git] / kdedecor-cellophane / PKGBUILD
blob5af0b687984cd8f90b03821b81f4b7ab171e28a7
1 # Contributor: fancris3 <fancris3 at aol.com>
2 pkgname=kdedecor-cellophane
3 pkgver=1.41
4 pkgrel=4
5 pkgdesc="SVG based KDE window decoration.A thin layer of plastik to keep things fresh"
6 arch=(i686 x86_64)
7 url="http://www.digilanti.org/cellophane/"
8 license=('GPL')
9 depends=('kdebase')
10 makedepends=('automake')
11 source=(http://www.archpkg.rodp.net/src/Cellophane-$pkgver.tar.bz2)
12 md5sums=('58cac1ebb959ab0a94601c570a517344')
14 build() {
15   cd Cellophane-${pkgver}
16   aclocal
17   make -f Makefile.cvs
18   ./configure --prefix=/opt/kde --with-qt-dir=/opt/qt
19   make || return 1
20   make DESTDIR=$startdir/pkg install