summaryrefslogtreecommitdiff
path: root/community/gdlmm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gdlmm/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gdlmm/PKGBUILD')
-rw-r--r--community/gdlmm/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/community/gdlmm/PKGBUILD b/community/gdlmm/PKGBUILD
deleted file mode 100644
index fb02bfec9..000000000
--- a/community/gdlmm/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 79334 2012-11-03 04:07:35Z bgyorgy $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-pkgname=gdlmm
-pkgver=3.3.2
-pkgrel=3
-pkgdesc="C++ bindings for the gdl library"
-arch=('x86_64' 'i686')
-url="http://git.gnome.org/browse/gdlmm/"
-depends=('gdl' 'gtkmm3')
-options=(!libtool !emptydirs)
-license=('LGPL')
-source=("http://ftp.gnome.org/pub/GNOME/sources/gdlmm/3.3/$pkgname-$pkgver.tar.xz"
- "0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch")
-sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46'
- '8fb0d920c5c3d4279738f048cbff65b5b4fa544c9f004f8e64d39e54f52653d5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- # Fix build with gdl 3.6
- patch -Np1 -i "$srcdir/0001-Don-t-wrap-gdl_dock_layout_get_layouts_ui.patch"
-
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR="$pkgdir" install
- install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et: