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/dos2unix | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/dos2unix')
-rw-r--r-- | community/dos2unix/PKGBUILD | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/community/dos2unix/PKGBUILD b/community/dos2unix/PKGBUILD deleted file mode 100644 index 47107ad65..000000000 --- a/community/dos2unix/PKGBUILD +++ /dev/null @@ -1,28 +0,0 @@ -# $Id: PKGBUILD 83060 2013-01-27 09:35:12Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski -# Contributor: Renato Garcia <fgar.renatoATgmailDOTcom> -# Contributor: Gerson E. Ruotolo <gersonruotolo@globo.com> - -pkgname=dos2unix -pkgver=6.0.3 -pkgrel=1 -pkgdesc='Text file format converter' -arch=('i686' 'x86_64') -url='http://waterlan.home.xs4all.nl/dos2unix.html' -license=('BSD') -depends=('glibc') -makedepends=('perl') -conflicts=('hd2u') -source=("http://waterlan.home.xs4all.nl/${pkgname}/${pkgname}-${pkgver}.tar.gz") -sha256sums=('f5268c5b28a1983537210c72b3fd43f4aad17a8dacb6727b615b56dca2ef9a04') - -build() { - cd $srcdir/$pkgname-$pkgver - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install - install -D -m644 COPYING.txt $pkgdir/usr/share/licenses/$pkgname/LICENSE -} |