summaryrefslogtreecommitdiff
path: root/community/shake
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/shake
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/shake')
-rw-r--r--community/shake/PKGBUILD31
-rw-r--r--community/shake/shake.install7
2 files changed, 0 insertions, 38 deletions
diff --git a/community/shake/PKGBUILD b/community/shake/PKGBUILD
deleted file mode 100644
index 55336da5f..000000000
--- a/community/shake/PKGBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 67776 2012-03-14 11:42:05Z giovanni $
-# Maintainer : Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
-# Contributor : Allan McRae <allan@archlinux.org>
-# Contributor: Julien MISCHKOWITZ <wain@archlinux.fr>
-
-pkgname=shake
-pkgver=0.999
-pkgrel=2
-pkgdesc="Userspace defragmenter that can be run while system is in use"
-arch=('i686' 'x86_64')
-url="http://vleu.net/shake/"
-license=('GPL3')
-depends=('attr')
-makedepends=('cmake' 'help2man')
-install=$pkgname.install
-source=(http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f030d5ba5d4d2d449249c49b253a71de8c342b9b2f5e1e7d3e7ba5277e3f5e91')
-
-build() {
- cd ${srcdir}/${pkgname}-fs-${pkgver}/build
-
- cmake -DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr ..
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-fs-${pkgver}/build
-
- make DESTDIR=${pkgdir} install
-}
diff --git a/community/shake/shake.install b/community/shake/shake.install
deleted file mode 100644
index 0ca53862b..000000000
--- a/community/shake/shake.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install() {
- echo "==> shake works faster if you mount your partions with the \"user_xattr\" option"
-}
-
-post_upgrade() {
- post_install
-}