################################################################################ # 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: cdrdao # # Date created: 04/09/2002 # ################################################################################ # ------------------------------------------------------------ # # Package information # # ------------------------------------------------------------ # PKGNAME=cdrdao PKGVERSION=1.1.7 PKGREVISION=1 CATEGORIES=audio # ------------------------------------------------------------ # # Source retrieval information # # ------------------------------------------------------------ # MASTER_SITES="http://unc.dl.sourceforge.net/sourceforge/cdrdao" DISTNAME="cdrdao-1.1.7.src" DIST_SUBDIR="cdrdao-1.1.7" # ------------------------------------------------------------ # # Build dependencies # # ------------------------------------------------------------ # LIB_DEPENDS="libmp3lame.so:${AP_BUILD}/audio/lame" # ------------------------------------------------------------ # # Extra directories/files # # ------------------------------------------------------------ # # ------------------------------------------------------------ # # Documentation to copy over # # ------------------------------------------------------------ # # ------------------------------------------------------------ # # Slackware makepkg specific settings # # ------------------------------------------------------------ # MP_ROOT=y MP_LINKS=y MP_PERMS=y # ------------------------------------------------------------ # # Logging/Misc # # ------------------------------------------------------------ # LOG=/tmp/build-$PKGNAME.log