################################################################################ # 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: lzo # # Date created: 04/09/2002 # ################################################################################ # ------------------------------------------------------------ # # Package information # # ------------------------------------------------------------ # PKGNAME=lzo PKGVERSION=1.08 PKGREVISION=1 CATEGORIES=archivers # ------------------------------------------------------------ # # Source retrieval information # # ------------------------------------------------------------ # MASTER_SITES="http://www.oberhumer.com/opensource/lzo/download" # ------------------------------------------------------------ # # Extra directories/files # # ------------------------------------------------------------ # EXTRAS="" # ------------------------------------------------------------ # # Documentation to copy over # # ------------------------------------------------------------ # # ------------------------------------------------------------ # # Slackware makepkg specific settings # # ------------------------------------------------------------ # MP_ROOT=y MP_LINKS=y MP_PERMS=y # ------------------------------------------------------------ # # Logging/Misc # # ------------------------------------------------------------ # LOG=/tmp/build-$PKGNAME.log #LOG=/dev/null LOG=/dev/null