diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/gtksourceviewmm/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/gtksourceviewmm/PKGBUILD')
-rw-r--r-- | community/gtksourceviewmm/PKGBUILD | 28 |
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: |