summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2011-10-24 17:52:31 +0200
committerpiernov <piernov@piernov.org>2011-10-24 17:52:31 +0200
commitf48399b4b6842cec58d59dbf32064c20d624cf0f (patch)
tree9d9c0ff1f7996cfa1072d6cfdebebd24c09ea093 /base
parent94a374d9d3830a3281cc789f2631bd7acf17d264 (diff)
parent69ba3b85b1b2911f1cbbd1ad931074af9213abae (diff)
downloadnutyx-pakxe-f48399b4b6842cec58d59dbf32064c20d624cf0f.tar.gz
nutyx-pakxe-f48399b4b6842cec58d59dbf32064c20d624cf0f.tar.bz2
nutyx-pakxe-f48399b4b6842cec58d59dbf32064c20d624cf0f.tar.xz
nutyx-pakxe-f48399b4b6842cec58d59dbf32064c20d624cf0f.zip
Merge branch 'master' of http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe
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 () {