desktop/gtk-integration-engine-qtcurve/PKGBUILD

35 lines
828 B
Bash
Raw Normal View History

2010-12-07 00:43:29 +08:00
# maintainer: Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
pkgname=gtk-integration-engine-qtcurve
2013-04-18 18:44:57 +08:00
pkgver=1.8.16
pkgrel=1
2013-04-18 18:44:57 +08:00
arch=('x86_64')
2010-12-07 00:43:29 +08:00
license=('GPL')
pkgdesc='QtCurve-Gtk2 Add-on for Gtk-integration.'
2010-12-07 00:43:29 +08:00
url='http://www.kde-look.org/content/show.php?content=40492'
2013-04-18 18:44:57 +08:00
depends=('kde-gtk-config' 'gtk2')
2010-12-07 00:43:29 +08:00
provides=('qtcurve-gtk2')
conflicts=('qtcurve-gtk2')
makedepends=('pkgconfig' 'cmake')
categories=('system')
2010-12-07 00:43:29 +08:00
options=('!libtool')
source=("http://craigd.wikispaces.com/file/view/QtCurve-Gtk2-${pkgver}.tar.bz2")
2013-04-18 18:44:57 +08:00
md5sums=('8923caaa0704f6a30252a5eadb015d76')
2010-12-07 00:43:29 +08:00
build() {
cd "${srcdir}"
mkdir -p build && cd build
cmake "${srcdir}/QtCurve-Gtk2-${pkgver}" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
make
2010-12-07 00:43:29 +08:00
}
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
2010-12-07 00:43:29 +08:00
}