summaryrefslogtreecommitdiff
path: root/minicom/Pkgfile
blob: ef3b59fc689404264bec688c9bc54dcffeea702a (plain)
    1 # Description: A menu driven communications program
    2 # URL: http://alioth.debian.org/projects/minicom/
    3 # Maintainer: Jose V Beneyto, sepen at crux dot nu
    4 # Packager: sten, nick dot steeves at shaw dot ca
    5 # Depends on:
    6 
    7 name=minicom
    8 version=2.3
    9 release=1
   10 source=(http://alioth.debian.org/frs/download.php/2332/$name-$version.tar.gz)
   11 
   12 build() {
   13 	cd $name-$version
   14 	./configure --prefix=/usr --disable-nls --mandir=/usr/man
   15 	make
   16 	make DESTDIR=$PKG install
   17 }

Generated by cgit