#!/bin/sh ## Simple.PkgBuild script for: rep-gtk ## Amigo PkgBuild-0.3 #####---Basic Package Variables-------------------------- BUILD="1" NAME="rep-gtk" VERSION="0.15" SRC_SUFFIX=".tar.bz2" # Valid options:".tar.gz" ".tgz" ".tar.bz2" ".tbz" #####---Common Overrides and Options---------------------- # PRE_FIX="" EXTRA_CONFIGS="--localstatedir=/var/lib" # 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.