updated on Sun Jan 22 04:03:10 UTC 2012
[aur-mirror.git] / libxcm / PKGBUILD
blobf75c0472fd6905506b825338d8fee73332a7fe72
1 pkgname=libxcm
2 pkgver=0.4.2
3 pkgrel=1
4 pkgdesc="The libXcm library contains the a reference implementation of the net-color \
5     spec. The net-color spec allows to attach colour regions to X windows to \
6     communicate with colour servers."
7 url="http://oyranos.org/"
8 arch=('i686' 'x86_64')   
9 makedepends=()
10 depends=(xorg-server)
11 optdepends=()
12 source=("http://prdownloads.sourceforge.net/oyranos/libXcm-$pkgver.tar.gz")
13 license=('MIT')
15 build() {
16     cd $srcdir/libXcm-$pkgver
17     ./configure --prefix=/usr || return 1
18     make || return 1
19     make DESTDIR=$pkgdir install
23 md5sums=('cf1ad865a5fb0e91fee805ea13c8ea7e')