mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
adding pioneers (settlers of catan clone) to aur
This commit is contained in:
parent
195de2c4d0
commit
c371e2b7f4
1 changed files with 19 additions and 0 deletions
19
aur/pioneers/PKGBUILD
Normal file
19
aur/pioneers/PKGBUILD
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Maintainer: bug <bug2000@gmail.com>
|
||||
# Contributor: Lone_Wolf <lonewolf@xs4all.nl>
|
||||
pkgname=pioneers
|
||||
pkgver=14.1
|
||||
pkgrel=1
|
||||
pkgdesc="A clone of the famous Siedler of Catan game"
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://pio.sourceforge.net/"
|
||||
license=('GPL2')
|
||||
depends=('gtk2')
|
||||
makedepends=('pkgconfig' 'intltool')
|
||||
source=(http://downloads.sourceforge.net/pio/$pkgname-$pkgver.tar.gz)
|
||||
md5sums=('ed6bc9e4d16c0ba95a016a590092023a')
|
||||
build() {
|
||||
cd "$srcdir/$pkgname-$pkgver"
|
||||
./configure --prefix=/usr
|
||||
make || return 1
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
Loading…
Reference in a new issue