diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-19 11:01:48 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-19 11:01:48 -0300 |
commit | 0226109e40b1b85ac831e8d9e2f72905865423c5 (patch) | |
tree | d6cc743988d747050a9633bae6c3556417231f31 /pcr/clusterit | |
parent | 804af9ecd9b9d1c3d47565790f3b150e9537e502 (diff) |
remove unstable packages from the repo
Diffstat (limited to 'pcr/clusterit')
-rw-r--r-- | pcr/clusterit/LICENSE | 1 | ||||
-rw-r--r-- | pcr/clusterit/PKGBUILD | 42 |
2 files changed, 0 insertions, 43 deletions
diff --git a/pcr/clusterit/LICENSE b/pcr/clusterit/LICENSE deleted file mode 100644 index b4aaeb75c..000000000 --- a/pcr/clusterit/LICENSE +++ /dev/null @@ -1 +0,0 @@ -ClusterIt is Free software, with a standard BSD-style License. You are encouraged to download this, work with it, enhance it, or whatever suits your needs. Redistribution can take place if the license stays intact. diff --git a/pcr/clusterit/PKGBUILD b/pcr/clusterit/PKGBUILD deleted file mode 100644 index 59ef12be3..000000000 --- a/pcr/clusterit/PKGBUILD +++ /dev/null @@ -1,42 +0,0 @@ -# Maintainer: Márcio Silva <coadde@lavabit.com> - -pkgname=clusterit -pkgver=2.5 -pkgrel=1 -pkgdesc='Tools to make a cluster of computers' -arch=( - i686 - x86_64 - mips64el -) -license=BSD -url=http://www.sourceforge.net/projects/$pkgname -depends=( - libx11 - sh -) -conflicts=synce-librapi -source=( - http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz - LICENSE -) -sha512sums=( - 7efb0aa55c9581151ec73405d4e69df2d4258ee4c6b254a29bab95a7b90c4d645387db0d7c884eda6d7a861ce25bea27136df4af1990e5401a1b2a3d035999fc - 65884310aad16ed4d10da24e87016710f12cb9dd8e8a6531d702a3194a18fa6b6a58b340cd98193f24c964d402b5ded1f19c9bb008d6c3957a2409d622da22d8 -) - -build() { - cd $srcdir/$pkgname-$pkgver - setarch $CARCH ./configure --prefix=/usr - setarch $CARCH make -} - -package() { - cd $srcdir/$pkgname-$pkgver - setarch $CARCH make DESTDIR=$pkgdir install - - install -d $pkgdir/usr/share/licenses/$pkgname - install -Dm644 $srcdir/LICENSE $pkgdir/usr/share/licenses/$pkgname -} - - |