]> Dogcows Code - chaz/yoink/blobdiff - extra/PKGBUILD
repository reorganizing
[chaz/yoink] / extra / PKGBUILD
diff --git a/extra/PKGBUILD b/extra/PKGBUILD
deleted file mode 100644 (file)
index fed4e99..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Charles McGarvey <onefriedrice@brokenzipper.com>
-pkgname=yoink
-pkgver=@VERSION@
-pkgrel=1
-pkgdesc="Alien-smashing action game"
-arch=('i686' 'x86_64')
-url="http://www.dogcows.com/yoink"
-license=('BSD')
-groups=()
-depends=('libgl' 'libpng' 'libvorbis' 'lua' 'openal' 'sdl')
-makedepends=('boost' 'pkgconfig')
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-install=
-source=(http://www.dogcows.com/yoink/$pkgname-$pkgver.tar.bz2)
-noextract=()
-md5sums=('@CHECKSUM@')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make || return 1
-  make DESTDIR="$pkgdir/" install
-}
-
-# vim:set ts=2 sw=2 et:
This page took 0.016395 seconds and 4 git commands to generate.