mirror of
https://github.com/archlinux/aur.git
synced 2026-03-05 16:32:36 +01:00
[add] liquidwar6-extra-maps 0.0.13beta
This commit is contained in:
commit
76e376f2f6
2 changed files with 41 additions and 0 deletions
13
.SRCINFO
Normal file
13
.SRCINFO
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
pkgbase = liquidwar6-extra-maps
|
||||
pkgdesc = Extra maps for Liquidwar6
|
||||
pkgver = 0.0.13beta
|
||||
pkgrel = 2
|
||||
url = http://www.gnu.org/software/liquidwar6/
|
||||
arch = any
|
||||
license = GPL
|
||||
depends = liquidwar6=0.0.13beta
|
||||
source = http://download.savannah.gnu.org/releases/liquidwar6/0.0.13beta/liquidwar6-extra-maps-0.0.13beta.tar.gz
|
||||
md5sums = cd104827e9cb96384ab8e2583dfa05c9
|
||||
|
||||
pkgname = liquidwar6-extra-maps
|
||||
|
||||
28
PKGBUILD
Normal file
28
PKGBUILD
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# Maintainer: carstene1ns <arch carsten-teibes de>
|
||||
# Contributor: Heine Laursen <zannvip at gmail dot com>
|
||||
# Contributor: Dany Martineau <dany.luc.martineau gmail com>
|
||||
|
||||
pkgname=liquidwar6-extra-maps
|
||||
pkgver=0.0.13beta
|
||||
pkgrel=2
|
||||
pkgdesc="Extra maps for Liquidwar6"
|
||||
arch=('any')
|
||||
url="http://www.gnu.org/software/liquidwar6/"
|
||||
license=('GPL')
|
||||
depends=("liquidwar6=$pkgver")
|
||||
source=("http://download.savannah.gnu.org/releases/liquidwar6/$pkgver/$pkgname-$pkgver.tar.gz")
|
||||
md5sums=('cd104827e9cb96384ab8e2583dfa05c9')
|
||||
|
||||
build() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
./configure --prefix=/usr --libexecdir=/usr/lib/liquidwar6
|
||||
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $pkgname-$pkgver
|
||||
|
||||
make DESTDIR="$pkgdir/" install
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue