summaryrefslogtreecommitdiffstats
path: root/system/debootstrap
diff options
context:
space:
mode:
author Marco Bonetti2010-05-13 00:40:03 +0200
committer Robby Workman2010-05-13 00:40:03 +0200
commitb9b673ec0c79a5e6abb157cfbf53c4917c0e5748 (patch)
treeff77c8db15bdcb3b54b3b52970389d4c01b119cd /system/debootstrap
parent96b3cbdcf286d5d0227abdf749c89f7af36094c8 (diff)
downloadslackbuilds-b9b673ec0c79a5e6abb157cfbf53c4917c0e5748.tar.gz
system/debootstrap: Updated for version 1.0.11
Diffstat (limited to 'system/debootstrap')
-rw-r--r--system/debootstrap/debootstrap.SlackBuild4
-rw-r--r--system/debootstrap/debootstrap.info2
-rw-r--r--system/debootstrap/slackware.patch21
3 files changed, 4 insertions, 23 deletions
diff --git a/system/debootstrap/debootstrap.SlackBuild b/system/debootstrap/debootstrap.SlackBuild
index 5cb21bb118..b33626f9b7 100644
--- a/system/debootstrap/debootstrap.SlackBuild
+++ b/system/debootstrap/debootstrap.SlackBuild
@@ -24,7 +24,7 @@
PRGNAM=debootstrap
VERSION=${VERSION:-1.0.11}
-ARCH=${ARCH:-noarch}
+ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,4 +71,4 @@ mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc
cd $PKG
-/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
+/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.${PKGTYPE:-tgz}
diff --git a/system/debootstrap/debootstrap.info b/system/debootstrap/debootstrap.info
index a056aacad2..bee8c6278f 100644
--- a/system/debootstrap/debootstrap.info
+++ b/system/debootstrap/debootstrap.info
@@ -3,6 +3,8 @@ VERSION="1.0.11"
HOMEPAGE="http://packages.debian.org/sid/debootstrap"
DOWNLOAD="http://slackbuilds.org/sources/12.2/debootstrap_1.0.11.tar.gz"
MD5SUM="6e52cb3a7084d0ed89a8ba0fbd95543b"
+DOWNLOAD_x86_64=""
+MD5SUM_x86_64=""
MAINTAINER="Marco Bonetti"
EMAIL="sid77@slackware.it"
APPROVED="rworkman"
diff --git a/system/debootstrap/slackware.patch b/system/debootstrap/slackware.patch
index 9fb2e942f1..be2fe6572f 100644
--- a/system/debootstrap/slackware.patch
+++ b/system/debootstrap/slackware.patch
@@ -11,24 +11,3 @@ diff -Naur debootstrap.orig/Makefile debootstrap/Makefile
MAKEDEV := $(shell if [ -e /dev/MAKEDEV ]; then echo /dev/MAKEDEV; else echo /sbin/MAKEDEV; fi)
-@@ -10,7 +11,7 @@
- rm -f devices.tar.gz
- rm -rf dev
-
--DSDIR=$(DESTDIR)/usr/share/debootstrap
-+DSDIR=$(DESTDIR)/usr/lib/debootstrap
- install:
- mkdir -p $(DSDIR)/scripts
- mkdir -p $(DESTDIR)/usr/sbin
-diff -Naur debootstrap.orig/debootstrap debootstrap/debootstrap
---- debootstrap.orig/debootstrap 2009-01-13 20:30:15.000000000 +0100
-+++ debootstrap/debootstrap 2009-03-03 17:28:16.000000000 +0100
-@@ -10,7 +10,7 @@
- if [ -x /debootstrap/debootstrap ]; then
- DEBOOTSTRAP_DIR=/debootstrap
- else
-- DEBOOTSTRAP_DIR=/usr/share/debootstrap
-+ DEBOOTSTRAP_DIR=/usr/lib/debootstrap
- fi
- fi
-