Date: Sunday, August 21, 2016 @ 02:02:20 Author: felixonmars Revision: 274122
upgpkg: libkeduvocdocument 16.08.0-1 Upstream release Added: libkeduvocdocument/trunk/ libkeduvocdocument/trunk/PKGBUILD Deleted: libkeduvocdocument/trunk/ ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: trunk/PKGBUILD =================================================================== --- trunk/PKGBUILD (rev 0) +++ trunk/PKGBUILD 2016-08-21 02:02:20 UTC (rev 274122) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer: Felix Yan <[email protected]> +# Contributor: Andrea Scarpino <[email protected]> + +pkgname=libkeduvocdocument +pkgver=16.08.0 +pkgrel=1 +pkgdesc="Common libraries for KDE Edu applications" +url="http://kde.org/applications/education" +arch=('i686' 'x86_64') +license=('GPL' 'LGPL' 'FDL') +depends=('kio' 'kdeedu-data') +makedepends=('extra-cmake-modules' 'kdoctools' 'python') +source=("http://download.kde.org/stable/applications/${pkgver}/src/$pkgname-${pkgver}.tar.xz") +sha1sums=('5698d01389e5310695401d95a545b02726b6893d') + +prepare() { + mkdir -p build +} + +build() { + cd build + cmake ../$pkgname-${pkgver} \ + -DCMAKE_BUILD_TYPE=Release \ + -DCMAKE_INSTALL_PREFIX=/usr \ + -DKDE_INSTALL_LIBDIR=lib + make +} + +package() { + cd "${srcdir}"/build + make DESTDIR="${pkgdir}" install +} Property changes on: libkeduvocdocument/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
