trinity.paketlendi
This commit is contained in:
parent
c1e8370ab3
commit
34c8ad453d
1 changed files with 17 additions and 0 deletions
17
talimatname/genel/t/trinity/talimat
Normal file
17
talimatname/genel/t/trinity/talimat
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Tanım: Linux sistem çağrılarının test uygulaması
|
||||
# Url: http://codemonkey.org.uk/projects/trinity/
|
||||
# Paketçi: milisarge
|
||||
# Gerekler:
|
||||
|
||||
isim=trinity
|
||||
surum=1.8
|
||||
devir=1
|
||||
kaynak=(http://codemonkey.org.uk/projects/trinity/trinity-1.8.tar.xz)
|
||||
|
||||
derle() {
|
||||
cd $isim-$surum
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
}
|
||||
|
Loading…
Add table
Reference in a new issue