diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/lrzsz/PKGBUILD | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/lrzsz/PKGBUILD')
-rw-r--r-- | community/lrzsz/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/lrzsz/PKGBUILD b/community/lrzsz/PKGBUILD deleted file mode 100644 index cb1874f18..000000000 --- a/community/lrzsz/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 66212 2012-02-23 03:25:05Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Contributor: Jeremie Dimino <jeremie@dimino.org> -# Contributor: bender02 at gmx dot com - -pkgname=lrzsz -pkgver=0.12.20 -pkgrel=4 -pkgdesc="xmodem, ymodem and zmodem file transfer protocols" -url="http://www.ohse.de/uwe/software/lrzsz.html" -license=('GPL2') -arch=('i686' 'x86_64') -source=(http://www.ohse.de/uwe/releases/$pkgname-$pkgver.tar.gz - lrzsz.patch) -md5sums=('b5ce6a74abc9b9eb2af94dffdfd372a4' - '332f6e4af9fe0266efecf9d334c4d3db') - -build() { - cd $srcdir/$pkgname-$pkgver - patch -Np1 -i ../lrzsz.patch - # Rename file so they can be used with minicom - ./configure --prefix=/usr --mandir=/usr/share/man \ - --program-transform-name=s/l// - make -j1 - make -j1 DESTDIR=$pkgdir install -} |