extra/sdl2_gfx to 1.0.0-1

This commit is contained in:
Kevin Mihelich 2013-11-06 14:39:18 +00:00
parent 847cd6c4e8
commit 11f6485b37

View file

@ -5,7 +5,8 @@
# - disable mmx # - disable mmx
pkgname=sdl2_gfx pkgname=sdl2_gfx
pkgver=7 epoch=1
pkgver=1.0.0
pkgrel=1 pkgrel=1
pkgdesc="SDL Graphic Primitives (Version 2)" pkgdesc="SDL Graphic Primitives (Version 2)"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -14,11 +15,11 @@ license=('zlib')
depends=('sdl2') depends=('sdl2')
makedepends=('svn') makedepends=('svn')
options=(!libtool) options=(!libtool)
source=("sdl2-gfx::svn://svn.code.sf.net/p/sdl2gfx/code/trunk#revision=$pkgver") source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz")
md5sums=('SKIP') md5sums=('f008cc117cb901aec6bf5c2f0b11f7ea')
build() { build() {
cd "${srcdir}/sdl2-gfx" cd "${srcdir}/SDL2_gfx-${pkgver}"
./autogen.sh ./autogen.sh
./configure --disable-static --prefix=/usr --disable-mmx ./configure --disable-static --prefix=/usr --disable-mmx
@ -26,7 +27,7 @@ build() {
} }
package() { package() {
cd "${srcdir}/sdl2-gfx" cd "${srcdir}/SDL2_gfx-${pkgver}"
make DESTDIR="${pkgdir}/" install make DESTDIR="${pkgdir}/" install
install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE" install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"