*** empty log message ***
This commit is contained in:
parent
25efaa29cb
commit
825f1fc412
@ -8,8 +8,8 @@
|
||||
#
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=gcc
|
||||
version=3.3.1
|
||||
pkgver=3
|
||||
version=3.3.2
|
||||
pkgver=1
|
||||
source[0]=$topdir-$version.tar.bz2
|
||||
## If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
@ -40,7 +40,7 @@ libgcc_name="libgcc - GCC runtime support"
|
||||
libgcc_pkgcat="library"
|
||||
libgcc_pkgvendor="http://gcc.gnu.org"
|
||||
libgcc_pkgdesc="Runtime support for programs built with gcc 3.x"
|
||||
libgcc_pkgver="3"
|
||||
libgcc_pkgver="1"
|
||||
|
||||
libstdc_stage=$BUILDPKG_BASE/$topdir/stage.libstdc
|
||||
libstdc_pkgname="$pkgprefix""libstdc""$abbrev_ver"
|
||||
@ -48,7 +48,7 @@ libstdc_name="libstdc++ - GCC runtime support"
|
||||
libstdc_pkgcat="library"
|
||||
libstdc_pkgvendor="http://gcc.gnu.org"
|
||||
libstdc_pkgdesc="Runtime support for c++ programs built with gcc $version"
|
||||
libstdc_pkgver="3"
|
||||
libstdc_pkgver="1"
|
||||
|
||||
MV=/usr/bin/mv
|
||||
CP=/usr/bin/cp
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=patch
|
||||
version=2.5.4
|
||||
pkgver=1
|
||||
pkgver=2
|
||||
source[0]=$topdir-$version.tar.gz
|
||||
# If there are no patches, simply comment this
|
||||
#patch[0]=
|
||||
|
@ -9,7 +9,7 @@
|
||||
# Check the following 4 variables before running the script
|
||||
topdir=vim
|
||||
version=6.2.98
|
||||
pkgver=motif-1
|
||||
pkgver=gtk2-1
|
||||
source[0]=$topdir-6.2.tar.bz2
|
||||
# If there are no patches, simply comment this
|
||||
patch[0]=6.2.001
|
||||
@ -147,7 +147,7 @@ reg build
|
||||
build()
|
||||
{
|
||||
setdir source
|
||||
./configure --prefix=/usr/local --with-gnome=no --enable-gui=motif --disable-gpm --disable-nls
|
||||
./configure --prefix=/usr/local --with-gnome=no --enable-gui=gtk2 --disable-gpm --disable-nls
|
||||
$MAKE_PROG EXTRA_LIBS="-R /usr/local/lib"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user