summaryrefslogtreecommitdiff
path: root/extra/libgee06/PKGBUILD
blob: 449f3a02a461e7c4635dc89fccae5add88c364e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# $Id: PKGBUILD 198164 2013-10-30 13:11:04Z allan $
# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens@gmail.com>
# Contributor: Ionut Biru <ibiru@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>

pkgname=libgee06
_pkgname=libgee
pkgver=0.6.8
pkgrel=1
pkgdesc="GObject collection library (legacy)"
url="http://live.gnome.org/Libgee"
license=(LGPL2.1)
arch=(i686 x86_64)
depends=(glib2)
makedepends=(gobject-introspection)
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver::3}/$_pkgname-$pkgver.tar.xz)
sha256sums=('a61f8d796173d41f6144a030d4bd22461f0bb3fa18a3ebe02341b315feebf5d3')

build() {
    cd $_pkgname-$pkgver
    ./configure --prefix=/usr --disable-static
    make
}

package() {
    cd $_pkgname-$pkgver
    make DESTDIR="$pkgdir" install
}