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