Skip to content

Commit

Permalink
Added taipool. (#22)
Browse files Browse the repository at this point in the history
Added taipool.
  • Loading branch information
Rinnegatamante authored and devnoname120 committed Jun 10, 2017
1 parent c21d1a1 commit a1d3ef2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
19 changes: 19 additions & 0 deletions taipool/VITABUILD
@@ -0,0 +1,19 @@
pkgname=taipool
pkgver=9999
pkgrel=1
url="https://github.com/Rinnegatamante/taipool"
source=("git://github.com/Rinnegatamante/taipool.git")
sha256sums=('SKIP')

build() {
cd $pkgname
mkdir build && cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake -DCMAKE_INSTALL_PREFIX=$prefix
make
}

package () {
cd $pkgname/build
make DESTDIR=$pkgdir install
}

1 change: 1 addition & 0 deletions travis_packages.sh
Expand Up @@ -39,4 +39,5 @@ b speexdsp
b pixman
b TinyGL
b kuio
b taipool
b mpg123

0 comments on commit a1d3ef2

Please sign in to comment.