summaryrefslogtreecommitdiff
path: root/community/libmatewnck/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/libmatewnck/PKGBUILD')
-rw-r--r--community/libmatewnck/PKGBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/community/libmatewnck/PKGBUILD b/community/libmatewnck/PKGBUILD
deleted file mode 100644
index 2c967fb94..000000000
--- a/community/libmatewnck/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 104295 2014-01-17 10:05:11Z flexiondotorg $
-# Maintainer : Martin Wimpress <code@flexion.org>
-
-pkgname=libmatewnck
-pkgver=1.6.1
-pkgrel=6
-pkgdesc="Window Navigator Construction Kit for MATE."
-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
-}