mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/sdl2_gfx to 1.0.0-1
This commit is contained in:
parent
847cd6c4e8
commit
11f6485b37
1 changed files with 6 additions and 5 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue