milis/talimatname/genel/libogg/talimat

23 lines
468 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.

# Description: Ogg bit akışı ve çerçeveleme kitaplığı
# URL: http://xiph.org/ogg/
# Packager: milisarge
# Depends on:
name=libogg
version=1.3.2
release=1
source=(http://downloads.xiph.org/releases/ogg/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--docdir=/usr/share/doc/libogg-$version \
--disable-static
make
make DESTDIR=$PKG install
}
# NuTyX Pkgfile (http://nutyx.org)