################################################################################ # autoports - an attempt to implement something like bsd ports on linux. # # See /usr/autoports/conf/autoports.conf for some hints on settings. # # Created 4/9/2002 by Mike Green # # Licensed under the GPLv2. # ################################################################################ # autoport for: libvorbis # # Date created: 04/09/2002 # ################################################################################ # ------------------------------------------------------------ # # Package information # # ------------------------------------------------------------ # PKGNAME=libvorbis PKGVERSION=1.0 PKGREVISION=1 CATEGORIES=audio # ------------------------------------------------------------ # # Source retrieval information # # ------------------------------------------------------------ # MASTER_SITES="http://www.xiph.org/ogg/vorbis/download \ http://www.vorbis.com/files/rc3/unix \ http://www.oddsock.org/vorbisrc3/files/rc3/unix/" # ------------------------------------------------------------ # # Build dependencies # # ------------------------------------------------------------ # LIB_DEPENDS="libogg.so:${AP_BUILD}/audio/libogg" # ------------------------------------------------------------ # # Extra directories/files # # ------------------------------------------------------------ # EXTRAS="/usr/include/vorbis/modes" # ------------------------------------------------------------ # # Documentation to copy over # # ------------------------------------------------------------ # #DOCLIST="A* C* HA* READ*" # ------------------------------------------------------------ # # Slackware makepkg specific settings # # ------------------------------------------------------------ # MP_ROOT=y MP_LINKS=y MP_PERMS=y # ------------------------------------------------------------ # # Logging/Misc # # ------------------------------------------------------------ # LOG=/tmp/build-$PKGNAME.log