summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
Diffstat (limited to 'base')
-rwxr-xr-xbase/dhcpcd/Pkgfile5
-rwxr-xr-xbase/glib/Pkgfile6
2 files changed, 6 insertions, 5 deletions
diff --git a/base/dhcpcd/Pkgfile b/base/dhcpcd/Pkgfile
index 3f70a3696..dfa113443 100755
--- a/base/dhcpcd/Pkgfile
+++ b/base/dhcpcd/Pkgfile
@@ -5,14 +5,15 @@
name=dhcpcd
version=5.2.9
-release=1
+release=2
source=( http://roy.marples.name/downloads/$name/$name-$version.tar.bz2\
dhcpcd \
)
build() {
source /etc/blfs-bootscripts
- wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2
+# wget http://www.linuxfromscratch.org/blfs/downloads/svn/${scripts}-${scriptsversion}.tar.bz2
+ wget http://nutyx.meticul.eu/files/patchs/aaabasicfs/blfs-bootscripts-$scriptsversion.tar.bz2
tar xvf $scripts-$scriptsversion.tar.bz2
cd $name-$version
./configure --prefix= \
diff --git a/base/glib/Pkgfile b/base/glib/Pkgfile
index f44cd4681..745e215f1 100755
--- a/base/glib/Pkgfile
+++ b/base/glib/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://www.gtk.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: python2
-# Run on: python2
+# Depends on:
+# Run on:
name=glib
version=2.30.1
-release=1
+release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz)
build () {