################################################################################ # 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: setserial # # Date created: 04/09/2002 # ############################################################################### # ------------------------------------------------------------ # # Package information # # ------------------------------------------------------------ # PKGNAME=setserial PKGVERSION=2.17 PKGREVISION=1 CATEGORIES=serial # ------------------------------------------------------------ # # Dependency information # # ------------------------------------------------------------ # BUILD_DEPENDS="/usr/bin/nroff:${AP_BUILD}/print/groff" # ------------------------------------------------------------ # # Source retrieval information # # ------------------------------------------------------------ # MASTER_SITES="ftp://tsx-11.mit.edu/pub/linux/sources/sbin" # ------------------------------------------------------------ # # Extra directories/files # # ------------------------------------------------------------ # EXTRAS="/install /sbin /usr/man/man8 /etc/rc.d /var/lock/subsys" #DOCLIST="RE* *.conf *.lsm" # ------------------------------------------------------------ # # Slackware makepkg specific settings # # ------------------------------------------------------------ # MP_ROOT=y MP_LINKS=y MP_PERMS=y # ------------------------------------------------------------ # # Logging/Misc # # ------------------------------------------------------------ # LOG=/tmp/build-$PKGNAME.log