Search Criteria
Package Details: gbdk 2.96a-2
| Git Clone URL: | https://aur.archlinux.org/gbdk.git (read-only, click to copy) |
|---|---|
| Package Base: | gbdk |
| Description: | GAMEBOY Developers Kit |
| Upstream URL: | http://gbdk.sourceforge.net/ |
| Licenses: | |
| Conflicts: | |
| Submitter: | phenomenologeek |
| Maintainer: | euclio |
| Last Packager: | euclio |
| Votes: | 8 |
| Popularity: | 0.000001 |
| First Submitted: | 2010-08-18 01:02 |
| Last Updated: | 2015-06-13 01:57 |
Latest Comments
euclio commented on 2015-03-09 23:02
I've taken over as maintainer and updated the PKGBUILD.
euclio commented on 2014-05-13 04:01
The PKGBUILD for this package is out of date and will not install to the correct location. It also does not declare the correct dependency on lib32-glibc. Use this PKGBUILD instead:
pkgname=gbdk
pkgver=2.96a
pkgrel=1
license=('GPL')
pkgdesc="GAMEBOY Developers Kit"
url="http://gbdk.sourceforge.net/"
arch=(i686 x86_64)
source=(http://downloads.sourceforge.net/project/gbdk/gbdk/2.96/gbdk-$pkgver-i586-pc-linux2.2.tar.gz)
conflicts=('lcc')
depends=('lib32-glibc')
md5sums=('1d10b9192974c442abc3ddceb8145a13')
install=gbdk.install
package() {
mkdir -p ${pkgdir}/usr/bin
mkdir -p ${pkgdir}/opt
mv $pkgname ${pkgdir}/opt
ln -sf /opt/gbdk/bin/lcc ${pkgdir}/usr/bin/lcc
}
euclio commented on 2014-01-24 23:31
Note that this package requires lib32-glibc in order to run.
areckx commented on 2014-01-04 22:56
how to compile with gcc? trying to install lcc and says gbdk and lcc are in conflict
xordspar0 commented on 2013-12-17 01:18
Ugh. Shouldn't this install to /opt/gbdk instead of /opt ?
phenomenologeek commented on 2010-08-18 01:04