summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1984456748cd1905e7baa2f610624a34d41fc857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Contributor: rabyte <rabyte.at.pen.dot.tj>

pkgname=quake2-retexture
pkgver=1
pkgrel=1
pkgdesc="A true color retexture pak for Quetoo and other Quake2 engines supporting 32bpp tga textures"
arch=('i686' 'x86_64')
url="http://jdolan.dyndns.org/trac/wiki/Retexture"
license=('unknown')
makedepends=('unzip')
source=(http://tastyspleen.net/~jdolan/pak8.zip)
md5sums=('671fff24139c3e0012fffd052cf9f7cb')

build() {
  install -m644 -D $startdir/src/pak8.pak $startdir/pkg/usr/share/quake2/baseq2/pak8.pak
}