mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-26 14:52:13 +08:00
22 lines
715 B
Bash
22 lines
715 B
Bash
#
|
|
# Games Packages for Chakra, part of chakra-project.org
|
|
#
|
|
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves@gmail.com>
|
|
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
|
|
# Contributor: Lukas Jirkovsky <l.jirkovsky@gmail.com>
|
|
|
|
pkgname=ufoai-data
|
|
pkgver=2.4
|
|
pkgrel=1
|
|
pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data files)"
|
|
arch=('any')
|
|
url="http://ufoai.ninex.info/"
|
|
license=('GPL2' 'CCPL-by-sa' 'custom:Other free licenses.')
|
|
source=(http://downloads.sourceforge.net/sourceforge/ufoai/ufoai-$pkgver-data.tar)
|
|
md5sums=('4f3f343754a4aae401582021901c4737')
|
|
|
|
package() {
|
|
install -d -m755 "$pkgdir"/usr/share/ufoai
|
|
cp -r "$srcdir"/base "$pkgdir"/usr/share/ufoai
|
|
}
|