bam.paketlendi
This commit is contained in:
parent
b7de7e79cf
commit
f3e931d5cf
2 changed files with 18 additions and 0 deletions
1
talimatname/genel/b/bam/bam.hash
Normal file
1
talimatname/genel/b/bam/bam.hash
Normal file
|
@ -0,0 +1 @@
|
||||||
|
16c0bccb6c5dee62f4381acaa004dd4f7bc9a32c10d0f2a40d83ea7e2ae25998 bam-0.5.0.tar.gz
|
17
talimatname/genel/b/bam/talimat
Normal file
17
talimatname/genel/b/bam/talimat
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# Tanım: Lua ile yazılmış hızlı ve esnek derleme sistemi
|
||||||
|
# URL: http://github.com/matricks/bam
|
||||||
|
# Paketçi: milisarge
|
||||||
|
# Gerekler:
|
||||||
|
# Grup: sistem
|
||||||
|
|
||||||
|
isim=bam
|
||||||
|
surum=0.5.0
|
||||||
|
devir=1
|
||||||
|
kaynak=(https://github.com/matricks/bam/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
|
||||||
|
|
||||||
|
derle() {
|
||||||
|
cd ${SRC}/${isim}-${surum}
|
||||||
|
sh make_unix.sh
|
||||||
|
install -Dm755 bam ${PKG}/usr/bin/bam
|
||||||
|
install -Dm755 COPYING ${PKG}/usr/share/licenses/${isim}/LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue