summaryrefslogtreecommitdiff
path: root/community/hardlink
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/hardlink
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/hardlink')
-rw-r--r--community/hardlink/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/hardlink/PKGBUILD b/community/hardlink/PKGBUILD
deleted file mode 100644
index edf5d6973..000000000
--- a/community/hardlink/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 70897 2012-05-18 22:12:06Z seblu $
-# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
-
-pkgname=hardlink
-pkgver=0.2.0
-pkgrel=1
-pkgdesc='Replace file copies using hardlinks'
-arch=('i686' 'x86_64')
-url='http://jak-linux.org/projects/hardlink/'
-license=('custom: MIT')
-depends=('glibc' 'pcre')
-source=("http://jak-linux.org/projects/hardlink/hardlink_$pkgver.tar.gz")
-md5sums=('4c1621ee7850a1c8b316735a7bced993')
-
-build() {
- cd $pkgname-$pkgver
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
- # install icense
- install -Dm 644 debian/copyright "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 ft=sh et: