Skip to content
Snippets Groups Projects
Commit c5222876 authored by Natanael Copa's avatar Natanael Copa
Browse files

paritial revert 6e76ba (testing/chicken and testing/iotop)

The change was likely unintentional
parent aa2844ca
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,7 @@ install=""
subpackages="$pkgname-doc $pkgname-libs $pkgname-dev"
source="http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz"
_staticdir="$srcdir"/$pkgname-$pkgver-static
_builddir="$srcdir"/$pkgname-$pkgver
build() {
# chicken does not support parallel builds.
make -j1 PLATFORM=linux PREFIX=/usr \
......
......@@ -26,13 +26,13 @@ prepare() {
}
build() {
python "$_builddir"/setup.py build || return 1
cd "$_builddir"
python setup.py build || return 1
}
package() {
python "$_builddir"/setup.py install \
--prefix=/usr --root="$pkgdir" || return 1
mv "$pkgdir"/usr/sbin "$pkgdir"/usr/bin || return 1
cd "$_builddir"
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
md5sums="5ef9456b26d7694abf3101a72e1e0d1d iotop-0.6.tar.bz2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment