summaryrefslogtreecommitdiff
path: root/community/libgit2-glib
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/libgit2-glib
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/libgit2-glib')
-rw-r--r--community/libgit2-glib/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/community/libgit2-glib/PKGBUILD b/community/libgit2-glib/PKGBUILD
deleted file mode 100644
index 38f5b31d5..000000000
--- a/community/libgit2-glib/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# $Id: PKGBUILD 93394 2013-07-02 20:55:40Z eric $
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
-
-pkgname=libgit2-glib
-pkgver=0.0.6
-pkgrel=1
-pkgdesc="GLib wrapper for libgit2"
-url="http://live.gnome.org/Libgit2-glib"
-license=(LGPL2.1)
-arch=(i686 x86_64)
-depends=(glib2 libgit2 gobject-introspection)
-options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz)
-sha256sums=('bda84b5ab6fbe2922a4cf386b4e6d4401863dec7bea1879e86939d005cd521f6')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --disable-static
-
- # https://bugzilla.gnome.org/show_bug.cgi?id=655517
- sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-
- make
-}
-
-check() {
- cd $pkgname-$pkgver
- make check
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}