summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b6059e2fc3720a7a765c0d7cd2ea14348a2daa0c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
pkgname=psp-libbulletml-git
pkgver=0.0.5
pkgrel=1
pkgdesc="C++ library to handle BulletML easily (psp)"
arch=(any)
url="http://shinh.skr.jp/libbulletml/"
license=('BSD')
groups=('psp')
depends=('psp-sdk')
makedepends=('psp-gcc' 'git')
provides=('psp-libbulletml')
conflicts=('psp-libbulletml')
options=('!buildflags' '!strip' 'staticlibs')
source=("git+https://github.com/pspdev/psp-ports.git")
md5sums=('SKIP')

build()
{
  cd "$srcdir/psp-ports/libbulletml/src"
  make
}

package()
{
  cd "$srcdir/psp-ports/libbulletml/src"
  make install PSPDIR="$pkgdir"/usr/psp
}