summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 79c1bdfb14e00c82844dfff70c6bcc5163043fa9 (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
29
30
31
32
33
34
35
# Maintainer: Michael Kogan photon89 at googlemail dot com>
# Contributor: Balló György <ballogyor+arch at gmail dot com>
# Contributor: yugrotavele <yugrotavele at archlinux dot us>
# Contributor: Damir Perisa <damir@archlinux.org>

pkgname=glabels-light
_pkgname=glabels
pkgver=3.4.0
pkgrel=1
pkgdesc="Creating labels and business cards the very easy way - minimal dependencies"
arch=('i686' 'x86_64')
url="http://glabels.org/"
license=('GPL' 'LGPL')
depends=('librsvg' 'dconf' 'desktop-file-utils' 'xdg-utils')
optdepends=('evolution-data-server: import Evolution contacts'
				'qrencode: use QR codes'
				'iec16022: use barcodes')
conflicts=('glabels')
provides=('glabels')
makedepends=('intltool' 'itstool')
install=$_pkgname.install
source=(http://ftp.gnome.org/pub/GNOME/sources/$_pkgname/${pkgver%.*}/$_pkgname-$pkgver.tar.xz)
sha256sums=('d40e079395d30adbcd8204f41d08f7a8da9ec130bffa4cb3c130fbe2322b6410')

build() {
  cd "$srcdir/$_pkgname-$pkgver"
  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
              --disable-static --disable-schemas-compile
  make
}

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