milis/talimatname/genel/d/dcadec/talimat

20 lines
459 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: DTS Coherent Acoustics decoder with support for HD extensions
# URL: https://github.com/foo86/dcadec.git
# Paketçi: milisarge
# Gerekler:
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}
}