summaryrefslogtreecommitdiffstats
path: root/testing/fakechroot
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-03-04 08:18:03 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2013-03-04 10:01:08 +0000
commit8a148a0fc31c2d417f543b3372f19a9f99e6a475 (patch)
tree718c1a09ba9900fb5e9faa64c18c8e82e9df4a10 /testing/fakechroot
parenta40bcec35b9c8b9a30c71a07d78f174b2675aa0c (diff)
downloadaports-8a148a0fc31c2d417f543b3372f19a9f99e6a475.tar.bz2
aports-8a148a0fc31c2d417f543b3372f19a9f99e6a475.tar.xz
testing/fakechroot: url changed and license spedified
Diffstat (limited to 'testing/fakechroot')
-rw-r--r--testing/fakechroot/APKBUILD13
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/fakechroot/APKBUILD b/testing/fakechroot/APKBUILD
index 96525b3ba..014519bf7 100644
--- a/testing/fakechroot/APKBUILD
+++ b/testing/fakechroot/APKBUILD
@@ -3,18 +3,18 @@
pkgname=fakechroot
pkgver=2.16
pkgrel=0
-pkgdesc="fakeroot-like utility for chrooting"
+pkgdesc="A fakeroot-like utility for chrooting"
url="http://github.com/fakechroot/fakechroot"
arch="all"
-license="LGPL"
+license="LGPL2+"
depends=""
depends_dev=""
makedepends="$depends_dev"
install=""
subpackages="$pkgname-doc"
-source="http://cloud.github.com/downloads/fakechroot/fakechroot/fakechroot-${pkgver}.tar.gz"
+source="https://github.com/fakechroot/fakechroot/archive/${pkgver}.tar.gz"
-_builddir="${srcdir}/fakechroot-${pkgver}"
+_builddir="${srcdir}/$pkgname-${pkgver}"
prepare() {
local i
cd "$_builddir"
@@ -27,9 +27,10 @@ prepare() {
build() {
cd "$_builddir"
- ./configure --prefix=/usr \
+ ./configure \
+ --prefix=/usr \
--sysconfdir=/etc || return 1
- make
+ make || return 1
}
package() {