diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2009-07-24 08:01:31 +0000 |
commit | b70981b68efcce5256eb11c6cd26ae123b10b6ea (patch) | |
tree | a38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/dialog | |
parent | 2b4df81538b8398442d5296650905c70341dd8d3 (diff) | |
download | aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2 aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz |
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/dialog')
-rw-r--r-- | extra/dialog/APKBUILD | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/extra/dialog/APKBUILD b/extra/dialog/APKBUILD deleted file mode 100644 index 99619e31cf..0000000000 --- a/extra/dialog/APKBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Contributor: Michael Mason <ms13sp@gmail.com> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=dialog -pkgver=1.1.20080819 -_ver=${pkgver%.*}-${pkgver##*.} -pkgrel=0 -pkgdesc="A script-interpreter which provides a set of curses" -url="http://invisible-island.net/dialog/dialog.html" -license="GPL" -depends="uclibc ncurses" -makedepends="ncurses-dev" -install= -subpackages="$pkgname-doc" -source="ftp://invisible-island.net/dialog/$pkgname.tar.gz" - -build() { - cd "$srcdir/$pkgname-$_ver" - - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --mandir=/usr/share/man \ - --infodir=/usr/share/info - make || return 1 - make DESTDIR="$pkgdir" install -} - -md5sums="3caebd641a9f337b980becb4444336c5 dialog.tar.gz" |