This commit is contained in:
Tom G. Christensen
2008-04-25 20:20:33 +00:00
committed by tgc
parent 0b837cc403
commit 3c50ef7521
4 changed files with 44 additions and 4 deletions

View File

@@ -10,7 +10,7 @@
# Check the following 4 variables before running the script
topdir=bison
version=2.3
pkgver=1
pkgver=2
source[0]=$topdir-$version.tar.bz2
# If there are no patches, simply comment this
#patch[0]=
@@ -18,6 +18,10 @@ source[0]=$topdir-$version.tar.bz2
# Source function library
. ${BUILDPKG_BASE}/scripts/buildpkg.functions
# Global settings
export CPPFLAGS="-I/$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
reg prep
prep()
{
@@ -30,6 +34,12 @@ build()
generic_build
}
reg check
check()
{
generic_check
}
reg install
install()
{