diff options
author | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-17 00:58:52 -0700 |
commit | dee9f17b595ea903a982d31d1124b302bb17e2ff (patch) | |
tree | 295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/wput | |
parent | 380530d02a5449fdef97b63b394a6743c3de0092 (diff) |
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/wput')
-rw-r--r-- | community/wput/PKGBUILD | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/community/wput/PKGBUILD b/community/wput/PKGBUILD deleted file mode 100644 index dfcfdba7d..000000000 --- a/community/wput/PKGBUILD +++ /dev/null @@ -1,26 +0,0 @@ -# $Id: PKGBUILD 65393 2012-02-21 02:33:30Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: damir <damir@archlinux.org> -# Contributor: Aurelien Gateau <aurelien.gateau@free.fr> - -pkgname=wput -pkgver=0.6.2 -pkgrel=2 -pkgdesc="A command line tool to upload files to FTP site, the opposite to wget" -arch=('i686' 'x86_64') -url="http://wput.sourceforge.net/" -depends=('gnutls>=2.4.1') -license=('GPL') -source=("http://downloads.sourceforge.net/sourceforge/wput/wput-${pkgver}.tgz") -md5sums=('a14c4c13d91d04d6119bdc977e8a8bdf') - -build() { - cd $srcdir/${pkgname}-${pkgver} -# sed -i -e 's/gnutls.h,/gnutls.h/' configure - ./configure --prefix=/usr - make - install -m755 -d ${pkgdir}/usr/bin - install -m755 -d ${pkgdir}/usr/share/man/man1 - make prefix=${pkgdir}/usr install - ln -sf wput $pkgdir/usr/bin/wdel -} |