summaryrefslogtreecommitdiff
path: root/libvorbis/Pkgfile
blob: abca1f734874c93aa73dc1e26c7b3869ec4334a2 (plain)
    1 # Description: Vorbis codec library
    2 # URL:         http://www.xiph.org/ogg/vorbis/
    3 # Maintainer:  Tilman Sauerbeck, tilman at crux dot nu
    4 # Depends on:  libogg
    5 
    6 name=libvorbis
    7 version=1.1.2
    8 release=1
    9 source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.gz)
   10 
   11 build() {
   12     cd $name-$version
   13     ./configure --prefix=/usr
   14     make
   15     make DESTDIR=$PKG install
   16     rm -rf $PKG/usr/share/doc
   17 }

Generated by cgit