diff options
author | Simone Rota <sip@crux.nu> | 2006-03-26 00:27:52 +0000 |
---|---|---|
committer | Simone Rota <sip@crux.nu> | 2006-03-26 00:27:52 +0000 |
commit | 894455bd339cf5b006b24770ed28479772ae9ee9 (patch) | |
tree | 776bdeaad98fa2ebc1d5ab820f6842c561e26f2a /minicom/Pkgfile | |
parent | 4f33888a5d151f7c6583e614678e293fd7bb87ac (diff) | |
download | opt-894455bd339cf5b006b24770ed28479772ae9ee9.tar.gz opt-894455bd339cf5b006b24770ed28479772ae9ee9.tar.xz |
minicom: added gcc4 patch
Diffstat (limited to 'minicom/Pkgfile')
-rw-r--r-- | minicom/Pkgfile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/minicom/Pkgfile b/minicom/Pkgfile index 3e52d3579..9452c0b55 100644 --- a/minicom/Pkgfile +++ b/minicom/Pkgfile @@ -1,16 +1,18 @@ # Description: A menu driven communications program # URL: http://alioth.debian.org/projects/minicom/ -# Maintainer: Simone Rota, sip at varlock dot com +# Maintainer: Simone Rota, sip at crux dot nu # Packager: sten, nick dot steeves at shaw dot ca # Depends on: name=minicom version=2.1 -release=1 -source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz) +release=2 +source=(http://alioth.debian.org/download.php/123/minicom-$version.tar.gz \ + $name-$version-gcc4.patch) build() { cd $name-$version + patch -p1 < ../$name-$version-gcc4.patch ./configure --prefix=/usr --disable-nls make make DESTDIR=$PKG install |