summaryrefslogtreecommitdiff
path: root/community/gtksourceviewmm/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/gtksourceviewmm/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gtksourceviewmm/PKGBUILD')
-rw-r--r--community/gtksourceviewmm/PKGBUILD28
1 files changed, 0 insertions, 28 deletions
diff --git a/community/gtksourceviewmm/PKGBUILD b/community/gtksourceviewmm/PKGBUILD
deleted file mode 100644
index 1b7d00a51..000000000
--- a/community/gtksourceviewmm/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-#$Id: PKGBUILD 88691 2013-04-21 22:17:11Z heftig $
-# Maintainer: Alexander Rødseth <rodseth@gmail.com>
-# Contributor: Ionut Biru <ibiru@archlinux.org>
-
-pkgname=gtksourceviewmm
-pkgver=3.2.0
-pkgrel=4
-pkgdesc='C++ bindings for the gtksourceview library'
-arch=('x86_64' 'i686')
-url='http://projects.gnome.org/gtksourceviewmm/'
-license=('LGPL2.1')
-depends=('gtkmm3' 'gtksourceview3')
-options=('!libtool')
-source=("http://download.gnome.org/sources/$pkgname/3.2/$pkgname-$pkgver.tar.xz")
-sha256sums=('9dc0c44f00627e434a36ac7c3a34d9c30ebe45eb6dc682dc733a85dcead2ba66')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: