summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-25 16:52:02 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2015-03-25 16:52:26 -0300
commitee0eb037c3f120681f393f25d49e8f464f1011c3 (patch)
tree3b1d516f0d11b7b9d62d4bf35fb4c06ef8293c59 /pcr
parentf955ecf3f6bc9af1733c4a12e27c5fac6d7d7d7f (diff)
facter: remove from [pcr] because it has been released as Arch official package
Diffstat (limited to 'pcr')
-rw-r--r--pcr/facter/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/pcr/facter/PKGBUILD b/pcr/facter/PKGBUILD
deleted file mode 100644
index f7ea64324..000000000
--- a/pcr/facter/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor (Arch): Greg Sutcliffe <facter_aur (at) emeraldreverie.orgr>
-# Contributor (Arch): Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
-# Contributor (Arch): Thomas S Hatch <thatch45 (at) Gmail.com>
-# Contributor (Arch): Dave Simons <miouhpi (at) Gmail (dot) com>
-# Maintainer : Parabola GNU / Linux-libre Aurelien Desbrieres
-
-pkgname=facter
-pkgver=1.6.14
-pkgrel=1
-pkgdesc="A library for collecting facts about your system."
-arch=("any")
-url="http://puppetlabs.com/projects/facter/"
-license=("APACHE")
-depends=("ruby" "inetutils" "net-tools")
-options=(!emptydirs)
-source=(http://puppetlabs.com/downloads/facter/facter-$pkgver.tar.gz)
-md5sums=('b6c3df8ad1781c10d30785c58a4504ef')
-
-package() {
- cd $srcdir/facter-$pkgver
-
- ruby ./install.rb \
- --destdir=$pkgdir \
- --bindir=/usr/bin \
- --sbindir=/usr/sbin
-
- install -d -m755 "${pkgdir}/usr/share/licenses/${pkgname}"
- install -m 644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-}