milis/talimatname/genel/r/recoverjpeg/talimat

21 lines
513 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: Sabit diskten silinmiş jpeg-mov dosya kurtarıcı
# Url: https://github.com/samueltardieu/recoverjpeg
# Paketçi: milisarge
# Gerekler: python
# Grup: sistem medya
isim=recoverjpeg
surum=2.6.1
devir=1
kaynak=(http://www.rfc1149.net/download/${isim}/${isim}-${surum}.tar.gz)
derle() {
cd $isim-$surum
sed -i '1s,.*,#! /usr/bin/python2,' scripts/remove-duplicates
./configure --prefix=/usr
make
make DESTDIR="${PKG}/" install
install -D -m 644 COPYING ${PKG}/usr/share/licenses/$isim/COPYING
}