Date: Thursday, January 16, 2014 @ 16:10:43 Author: flexiondotorg Revision: 104171
Added libmatewnck Added: libmatewnck/ libmatewnck/repos/ libmatewnck/trunk/ libmatewnck/trunk/PKGBUILD ----------+ PKGBUILD | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) Added: libmatewnck/trunk/PKGBUILD =================================================================== --- libmatewnck/trunk/PKGBUILD (rev 0) +++ libmatewnck/trunk/PKGBUILD 2014-01-16 15:10:43 UTC (rev 104171) @@ -0,0 +1,33 @@ +# $Id$ +# Maintainer : Martin Wimpress <[email protected]> +# Contributor: Giovanni "Talorno" Ricciardi <[email protected]> +# Contributor: Xpander <[email protected]> + +pkgname=libmatewnck +pkgver=1.6.1 +pkgrel=5 +pkgdesc="Description: MATE Window Navigator Construction Kit. A library to use for writing pagers and task lists." +url="http://mate-desktop.org" +arch=('i686' 'x86_64') +license=('LGPL') +depends=('gtk2' 'libxres' 'startup-notification') +makedepends=('gobject-introspection' 'mate-common' 'perl-xml-parser') +options=('!emptydirs') +source=("http://pub.mate-desktop.org/releases/1.6/${pkgname}-${pkgver}.tar.xz") +sha1sums=('10e2def928dd74529c49a624803187098ea2b0f6') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --disable-static \ + --enable-gtk-doc \ + --enable-startup-notification \ + --enable-introspection + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install +} Property changes on: libmatewnck/trunk/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
