################################################################################ # 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: bc # # Date created: 04/09/2002 # ################################################################################ # ------------------------------------------------------------ # # Package information # # ------------------------------------------------------------ # PKGNAME=bc PKGVERSION=1.06 PKGREVISION=1 CATEGORIES=math # ------------------------------------------------------------ # # Source retrieval information # # ------------------------------------------------------------ # MASTER_SITES="${MASTER_SITE_GNU}/bc" # ------------------------------------------------------------ # # Dependency information # # ------------------------------------------------------------ # LIB_DEPENDS="libreadline.so:${AP_BUILD}/devel/readline" # ------------------------------------------------------------ # # Extra directories/files # # ------------------------------------------------------------ # # ------------------------------------------------------------ # # Slackware makepkg specific settings # # ------------------------------------------------------------ # MP_ROOT=y MP_LINKS=y MP_PERMS=y # ------------------------------------------------------------ # # Logging/Misc # # ------------------------------------------------------------ # LOG=/tmp/build-$PKGNAME.log