summaryrefslogtreecommitdiff
path: root/community-testing/gdlmm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/gdlmm/PKGBUILD')
-rw-r--r--community-testing/gdlmm/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community-testing/gdlmm/PKGBUILD b/community-testing/gdlmm/PKGBUILD
deleted file mode 100644
index fac4cc149..000000000
--- a/community-testing/gdlmm/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 69716 2012-04-22 23:41:47Z heftig $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-pkgname=gdlmm
-pkgver=3.3.2
-pkgrel=2
-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")
-sha256sums=('cf3253be052737332b2b6e9dbd6f62d79cbc3f3398497158c0099dbc45741a46')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./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: