summaryrefslogtreecommitdiffstats
path: root/testing/minicom/APKBUILD
blob: 5d0c638e81e5691e2c858024c7f4e71d1280434d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Contributor: Michael Mason <ms13sp@gmail.com>
# Maintainer: Michael Mason <ms13sp@gmail.com>
pkgname=minicom
pkgver=2.3
pkgrel=0
pkgdesc="menu driven communications program for terminals"
url="http://alioth.debian.org/projects/minicom"
license="GPL"
depends=
makedepends="ncurses-dev"
install=
subpackages="$pkgname-doc"
source="http://alioth.debian.org/frs/download.php/2332/$pkgname-$pkgver.tar.gz"

build() {
	cd "$srcdir/$pkgname-$pkgver"

	./configure --prefix=/usr \
		--sysconfdir=/etc \
		--mandir=/usr/share/man \
		--infodir=/usr/share/info \
		--without-libintl-prefix 
	make || return 1
	make DESTDIR="$pkgdir" install

}

md5sums="0ebe7a91898384ca906787cc4e2c3f25  minicom-2.3.tar.gz"