18 lines
436 B
Plaintext
18 lines
436 B
Plaintext
|
# 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"
|
|||
|
}
|