summaryrefslogtreecommitdiffstats
path: root/extra/lha
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/lha
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/lha')
-rw-r--r--extra/lha/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/extra/lha/APKBUILD b/extra/lha/APKBUILD
deleted file mode 100644
index 705e51e07..000000000
--- a/extra/lha/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Maintainer: Leonardo Arena <rnalrd@gmail.com>
-pkgname=lha
-pkgver=1.14i
-pkgrel=0
-pkgdesc="Compression and archive utility for LH-7 format archives"
-url="http://www.infor.kanazawa-it.ac.jp/~ishii/lhaunix/"
-license="custom"
-subpackages="$pkgname-doc"
-depends="uclibc"
-makedepends=""
-install=
-source="http://osdn.dl.sourceforge.jp/lha/22231/$pkgname-$pkgver-ac20050924p1.tar.gz"
-
-build ()
-{
- cd $srcdir/$pkgname-$pkgver-ac20050924p1
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make "DESTDIR=$pkgdir" install
- #install -D -m755 $srcdir/lha $pkgdir/usr/bin/lha
-}
-
-md5sums="9f52430410928ba4390a73a41a36d56f lha-1.14i-ac20050924p1.tar.gz"