#Maintainer: Dimitris Tzemos <djemos@slackel.gr>

pkgname=oxygen-gtk
pkgver=1.1.0
pkgrel=1dj
docs=('AUTHORS' 'COPYING' 'INSTALL' 'README' 'TODO')
source=("ftp://ftp.ntua.gr/pub/X11/kde/stable/oxygen-gtk/$pkgver/src/$pkgname-$pkgver.tar.bz2")
url="http://hugo-kde.blogspot.com/"


slackdesc=\
(
#|-----handy-ruler------------------------------------------------------|
"oxygen-gtk (a gtk port of the default KDE widget theme)"
"Oxygen-Gtk is a port of the default KDE widget theme (Oxygen), to gtk."
"It's primary goal is to ensure visual consistency between gtk and"
"qt-based applications running under kde. A secondary objective is"
"to also have a stand-alone nice looking gtk theme that would behave"
"well on other Desktop Environments."
)

build() {
	cd $startdir/src/$pkgname-$pkgver
	mkdir build || return 1
	cd build   || return 1

	cmake -DCMAKE_INSTALL_PREFIX=/usr -DLIB_SUFFIX=${LIBDIRSUFFIX} ../
	make $NUMJOBS || return 1
	make DESTDIR=$startdir/pkg/ install || return 1

}