mirror of https://github.com/libAthena/athena.git
PKGBUILD fix
This commit is contained in:
parent
1e55ce5138
commit
e45679ffba
5
PKGBUILD
5
PKGBUILD
|
@ -1,7 +1,7 @@
|
|||
# PKGBUILD for libAthena
|
||||
_pkgname=libathena
|
||||
pkgname=$_pkgname-git
|
||||
pkgver=1.1.0.60.g8ca7027
|
||||
pkgver=1.1.0.70.g1e55ce5
|
||||
pkgrel=1
|
||||
pkgdesc="Basic cross platform IO library"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -19,7 +19,8 @@ pkgver() {
|
|||
|
||||
build() {
|
||||
cd "$srcdir/$_pkgname"
|
||||
mkdir build && cd build
|
||||
mkdir -p build
|
||||
cd build
|
||||
cmake -DCMAKE_INSTALL_PREFIX="$pkgdir/usr" ..
|
||||
make
|
||||
}
|
||||
|
|
|
@ -6,5 +6,5 @@ Name: libAthena
|
|||
Description: Basic cross platform IO library
|
||||
Version: 1.0.0
|
||||
Cflags: -I${includedir}/Athena -std=c++11
|
||||
Libs: -L${libdir} -lAthena
|
||||
Libs: -L${libdir} -lAthenaCore -lAthenaSakura -lAthenaZelda -lAthenaWiiSave
|
||||
Requires: zlib
|
||||
|
|
Loading…
Reference in New Issue