updated on Sat Jan 21 20:03:50 UTC 2012
[aur-mirror.git] / cmaked / PKGBUILD
blob2bfe504cb5cfc5c9741fc84c735dfe3c5b0322a3
1  
2 # Maintainer: (were_vire) Jonathan Fine <were.Vire@gmail.com>
4 pkgname=cmaked
5 pkgver=29
6 pkgrel=1
7 pkgdesc="CMakeD is a CMake module for the D programming language."
8 arch=('i686' 'x86_64')
9 url="http://www.dsource.org/projects/cmaked"
10 license=('custom')
11 makedepends=('cmake')
12 source=("http://www.dsource.org/projects/cmaked/changeset/29/trunk?old_path=%2F&format=zip")
13 md5sums=("67750f2d42b04ef591e414d8baf8a894")
14 optdepends=('dmd: required to compile D source files' 'gdc: alternative to dmd')
16 build(){
17         cd $srcdir/trunk/cmaked
18         cmake CMakeLists.txt || return 1
19         make || return 1
20         make DESTDIR="$pkgdir/" install || return 1