18 lines
449 B
Plaintext
18 lines
449 B
Plaintext
|
# Tanım: çalışan bir süreci alıp yeni bir terminale yerleştirici uygulama
|
|||
|
# URL: https://github.com/nelhage/reptyr
|
|||
|
# Paketçi: milisarge
|
|||
|
# Gerekler:
|
|||
|
# Grup: sistem
|
|||
|
|
|||
|
isim=reptyr
|
|||
|
surum=0.6.2
|
|||
|
devir=1
|
|||
|
kaynak=(https://github.com/nelhage/reptyr/archive/reptyr-$surum.tar.gz::$isim-$surum.tar.gz)
|
|||
|
|
|||
|
derle() {
|
|||
|
cd $isim-$isim-$surum
|
|||
|
make
|
|||
|
make "DESTDIR=$PKG" "PREFIX=/usr" install
|
|||
|
install -Dm644 COPYING $PKG/usr/share/licenses/reptyr/LICENSE
|
|||
|
}
|