summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-24 22:20:22 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-08-24 22:20:22 -0300
commit9ff8effca2f543458d982a9290419fc622011186 (patch)
tree827fd92b3cba30e486eaf8f7361ca74252552a6e /pcr
parentf467518e7c9ba47f0901b0089634aaa4ac07f2d7 (diff)
rename debootstrap to debootstrap-libre
Diffstat (limited to 'pcr')
-rw-r--r--pcr/debootstrap-libre/PKGBUILD (renamed from pcr/debootstrap/PKGBUILD)9
-rw-r--r--pcr/debootstrap-libre/debootstrap.install (renamed from pcr/debootstrap/debootstrap.install)0
-rw-r--r--pcr/debootstrap-libre/gnewsense (renamed from pcr/debootstrap/gnewsense)0
-rw-r--r--pcr/debootstrap-libre/trisquel (renamed from pcr/debootstrap/trisquel)0
4 files changed, 6 insertions, 3 deletions
diff --git a/pcr/debootstrap/PKGBUILD b/pcr/debootstrap-libre/PKGBUILD
index 5e01864d7..e4f4ef65e 100644
--- a/pcr/debootstrap/PKGBUILD
+++ b/pcr/debootstrap-libre/PKGBUILD
@@ -4,12 +4,15 @@ _pkgname=debootstrap
pkgname=debootstrap-libre
pkgver=1.0.53
pkgrel=3
-pkgdesc="A tool used to create a gNewSense or Trisquel base system from scratch, without requiring the availability of dpkg or apt (Debian scripts removed)"
+pkgdesc="A tool used to create a gNewSense or Trisquel base system from scratch, without requiring the availability of dpkg or apt (Debian support removed)"
arch=('any')
license=('GPL')
url="http://packages.debian.org/sid/debootstrap"
depends=('wget')
-source=("http://ftp.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_${pkgver}_all.deb"
+replaces=$_pkgname
+conflicts=$_pkgname
+provides=$_pkgname=$pkgver
+source=("http://ftp.debian.org/debian/pool/main/d/${_pkgname}/${_pkgname}_${pkgver}_all.deb"
'gnewsense'
'trisquel')
install="debootstrap.install"
@@ -20,7 +23,7 @@ md5sums=('1ea9c87d54b6cf9349d602406bf43e5a'
package(){
tar -xzf "${srcdir}/data.tar.gz" -C "${pkgdir}/"
# remove Debian scripts
- rm -v "$pkgdir/usr/share/debootstrap/scripts/*"
+ rm -v "${pkgdir}/usr/share/debootstrap/scripts"/*
# move the executables to /usr/bin
mkdir -p ${pkgdir}/usr/bin
mv "${pkgdir}/usr/sbin"/* "${pkgdir}/usr/bin/"
diff --git a/pcr/debootstrap/debootstrap.install b/pcr/debootstrap-libre/debootstrap.install
index 3da2f1d22..3da2f1d22 100644
--- a/pcr/debootstrap/debootstrap.install
+++ b/pcr/debootstrap-libre/debootstrap.install
diff --git a/pcr/debootstrap/gnewsense b/pcr/debootstrap-libre/gnewsense
index 884ac88a0..884ac88a0 100644
--- a/pcr/debootstrap/gnewsense
+++ b/pcr/debootstrap-libre/gnewsense
diff --git a/pcr/debootstrap/trisquel b/pcr/debootstrap-libre/trisquel
index 7efa062f9..7efa062f9 100644
--- a/pcr/debootstrap/trisquel
+++ b/pcr/debootstrap-libre/trisquel