milis/talimatname/genel/m/makemkv/talimat

36 lines
1.1 KiB
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: MakeMKV, kendi videonuzu ücretsiz ve patentlere dönüştürmek için tek tıklamayla çözümünüzdür, her yere oynatılabilecek kayıtsız format.
# URL: http://www.makemkv.com
# Paketçi: milisarge
# Gerekler: qt5 libxkbcommon hicolor-icon-theme icu ffmpeg desktop-file-utils
isim=makemkv
surum=1.9.9
devir=3
kaynak=(http://www.makemkv.com/download/${isim}-bin-${surum}.tar.gz
http://www.makemkv.com/download/${isim}-oss-${surum}.tar.gz
makemkv.1
makemkvcon.1
mmdtsdec.1)
derle() {
cd "${SRC}/${isim}-oss-${surum}"
./configure --prefix=/usr
make
make DESTDIR="${PKG}" install
cd "${SRC}/${isim}-bin-${surum}"
install -d "${PKG}/usr/bin/"
install -t "${pkgdir}/usr/bin/" bin/amd64/makemkvcon
install -d "${PKG}/usr/share/MakeMKV"
install -m 644 -t "${PKG}/usr/share/MakeMKV" src/share/makemkv_*.mo.gz src/share/*.mmcp.xml
install -Dm 644 src/eula_en_linux.txt "${PKG}/usr/share/licenses/${isim}/eula_en_linux.txt"
cd "${SRC}/"
install -d "${PKG}/usr/share/man/man1/"
install -m 644 -t "${PKG}/usr/share/man/man1/" makemkv.1 makemkvcon.1 mmdtsdec.1
}