updated on Mon Jan 23 04:00:55 UTC 2012
[aur-mirror.git] / open2x-bin / PKGBUILD
blob78ba02ac15e48227b5fffd9a1d5b10b4a19cc836
1 # Contributor: Philipp Geyer <nistur@gmail.com>
2 pkgname=open2x-bin
3 pkgver=280
4 pkgrel=1
5 pkgdesc="The Open2x toolchain is the most up to date GP2X toolchain there is and is the last one which is actively maintained."
6 arch=('i686')
7 license=('GPL')
8 makedepends=('subversion' 'pkgconfig')
9 depends=('glibc>=2.4')
10 url="http://wiki.open2x.org"
11 source=('http://www.open2x.org/open2x/toolchains/arm-open2x-linux-apps-gcc-4.1.1-glibc-2.3.6_i686_linux.tar.bz2.zip' \
12         'http://www.open2x.org/open2x/toolchains/open2x-libpack-20071903-gcc-4.1.1-glibc-2.3.6.tar.bz2.zip')
13 md5sums=('a4de8529c07109e1dc9b4aeef2f86645'
14          '1e1accc319584d1f2558af822d1477f1')
17 build() {
18         cd ${startdir}/src
20         cp -R opt/ ${startdir}/pkg
21         cp -R gcc-4.1.1-glibc-2.3.6 ${startdir}/pkg/opt/open2x
22         chmod -R 777 ${startdir}/pkg/opt/open2x