summaryrefslogtreecommitdiff
path: root/libvorbis/Pkgfile
blob: bf54e9ba2a9e465a4b7f8a7cd8aabe09424d1a57 (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.3.2
    8 release=1
    9 source=(http://downloads.xiph.org/releases/vorbis/$name-$version.tar.bz2)
   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