rgbds
This commit is contained in:
parent
291939de59
commit
b7af1382c1
|
@ -0,0 +1,17 @@
|
|||
# Tanım: Rednex GameBoy Development System
|
||||
# URL: https://github.com/rednex/rgbds/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler: libpng
|
||||
# Grup: sistem
|
||||
|
||||
isim=rgbds
|
||||
surum=0.3.7
|
||||
devir=1
|
||||
kaynak=(https://github.com/rednex/rgbds/releases/download/v$surum/rgbds-$surum.tar.gz)
|
||||
|
||||
derle() {
|
||||
cd "$SRC/$isim-$surum"
|
||||
make
|
||||
make DESTDIR="$PKG" PREFIX=/usr mandir="/usr/share/man" install
|
||||
install -Dm644 LICENSE "$PKG/usr/share/licenses/$isim/LICENSE"
|
||||
}
|
Loading…
Reference in New Issue