#!/bin/sh ## Simple.PkgBuild script for: libhardware ## Amigo PkgBuild-0.3 #####---Basic Package Variables-------------------------- BUILD="1" NAME="libhardware" VERSION="0.7.4" SRC_SUFFIX=".tar.bz2" # 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.