From 75895d1cbf6e8648913c18c8ffbe6ff83a6b1682 Mon Sep 17 00:00:00 2001 From: Michał Masłowski Date: Wed, 8 Feb 2012 12:08:30 +0100 Subject: Remove unused files. --- community-staging/gsmartcontrol/PKGBUILD | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 community-staging/gsmartcontrol/PKGBUILD (limited to 'community-staging/gsmartcontrol/PKGBUILD') diff --git a/community-staging/gsmartcontrol/PKGBUILD b/community-staging/gsmartcontrol/PKGBUILD deleted file mode 100644 index 87325e3d5..000000000 --- a/community-staging/gsmartcontrol/PKGBUILD +++ /dev/null @@ -1,27 +0,0 @@ -# Maintainer: Jelle van der Waa - -pkgname=gsmartcontrol -pkgver=0.8.6 -pkgrel=3 -pkgdesc="A graphical user interface for the smartctl hard disk drive health inspection tool." -arch=('i686' 'x86_64') -url="http://gsmartcontrol.berlios.de/home/index.php/en/Home" -license=('GPL3') -depends=('smartmontools' 'pcre' 'gtkmm' 'libglademm' 'glib2' 'xorg-xmessage') -optdepends=('gnomesu: for gsmartcontrol-root' - 'gksu: for gsmartcontrol-root') -install=${pkgname}.install -source=(http://download.berlios.de/gsmartcontrol/${pkgname}-${pkgver}.tar.bz2) -md5sums=('d2ac685e2e73b05f7ba74c93623af739') - -build() { - cd ${srcdir}/${pkgname}-${pkgver} - ./configure --prefix=/usr - make -} - -package() { - cd ${srcdir}/${pkgname}-${pkgver} - - make DESTDIR=${pkgdir} install -} -- cgit v1.2.3-54-g00ecf