milis/talimatname/genel/d/dcadec/talimat

21 lines
473 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: HD uzantıları desteği ile DTS Uyumlu Akustik kod çözücü
# URL: https://github.com/foo86/dcadec.git
# Paketçi: milisarge
# Gerekler:
# Grup: medya
isim=dcadec
surum=0.2.0
devir=1
kaynak=(https://github.com/foo86/dcadec/archive/v${surum}.tar.gz::${isim}-${surum}.tar.gz)
derle() {
cd dcadec-${surum}
export CONFIG_SHARED='TRUE'
make
export CONFIG_SHARED='TRUE'
export PREFIX='/usr'
make DESTDIR="${PKG}" install
mv "${PKG}"/usr/bin/dcadec{,-hd}
}