#!/bin/bash ## src2pkg script for: aaa_base ## src2pkg Copyright 2005-2011 Gilbert Ashley SOURCE_NAME='_aaa-base.tar.gz' ALT_NAME='aaa-base' ALT_VERSION='4.0' ARCH='noarch' BUILD='2' PRE_FIX='usr' # Any extra options go here # EXTRA_CONFIGS='' # STD_FLAGS='-O2 -march=i586 -mtune=i686' # ignore the warnings as this package contains /usr/local FAIL_ON_BAD_DIRS=NO # Get the functions and configs . /usr/libexec/src2pkg/FUNCTIONS ; SPLIT_PACKAGE= # do_all_processes can substitute these 16 steps: pre_process #find_source make_dirs unpack_source #fix_source_perms #configure_source #compile_source #fake_install # Explode the package framework: #cd $PKG_DIR # src2pkg does this automatically #tar xaf $CWD/_aaa-base.tar.gz cat $CWD/kiss-version > $PKG_DIR/etc/kiss-version fix_pkg_perms #strip_bins create_docs #compress_man_pages make_description make_doinst make_package post_process # src2pkg - Copyright 2005-2008 Gilbert Ashley