summaryrefslogtreecommitdiff
path: root/minicom/Pkgfile
diff options
context:
space:
mode:
authorJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
committerJohannes Winkelmann <jw@smts.ch>2006-02-23 15:26:10 +0000
commitbdea7e6c6a535e57a07d376a3139d0788efaaa41 (patch)
tree1a7334c99fa39b1ad1a7a35c113b18cb0d92413c /minicom/Pkgfile
downloadopt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.gz
opt-bdea7e6c6a535e57a07d376a3139d0788efaaa41.tar.xz
create branch for 2.2
Diffstat (limited to 'minicom/Pkgfile')
-rw-r--r--minicom/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/minicom/Pkgfile b/minicom/Pkgfile
new file mode 100644
index 000000000..3e52d3579
--- /dev/null
+++ b/minicom/Pkgfile
@@ -0,0 +1,17 @@
+# Description: A menu driven communications program
+# URL: http://alioth.debian.org/projects/minicom/
+# Maintainer: Simone Rota, sip at varlock dot com
+# 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)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --disable-nls
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit