milis/talimatname/genel/mediainfo/talimat

24 lines
549 B
Plaintext
Raw Normal View History

2016-02-24 01:27:23 +01:00
# Description: Show technical and tag informations about video or audio file.
# URL: URL: http://mediainfo.sourceforge.net/
# NuTyX package info file (http://nutyx.org)
# Packager: # NuTyX package info file (http://nutyx.org)
# Depends on: libmediainfo
name=mediainfo
version=0.7.69
release=1
source=(
http://downloads.sourceforge.net/mediainfo/${name}_${version}.tar.bz2)
build(){
cd $SRC/MediaInfo/Project/GNU/CLI
sh ./autogen
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
# NuTyX Pkgfile (http://nutyx.org)