#!/bin/sh ## Simple.PkgBuild script for: imlib2 ## Amigo PkgBuild-0.3 #####---Basic Package Variables-------------------------- BUILD="1" NAME="imlib2" VERSION="1.2.1" SRC_SUFFIX=".tar.gz" # Valid options:".tar.gz" ".tgz" ".tar.bz2" ".tbz" #####---Common Overrides and Options---------------------- # PRE_FIX="" # EXTRA_CONFIGS="" # DOCLIST="" # GROUP_NAME="" #######---Processing-------------------------------------- # Read in functions and configuration source /usr/share/Amigo/PkgBuild/FUNCTIONS ; # execute all functions in default order do_all_processes ; exit 0 ## Amigo PkgBuild-0.3 -Gilbert Ashley ## For advanced control use the Advanced.PkgBuild template. ## See the PkgBuild documentation for help and examples.