From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/stalonetray/PKGBUILD | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 community/stalonetray/PKGBUILD (limited to 'community/stalonetray') diff --git a/community/stalonetray/PKGBUILD b/community/stalonetray/PKGBUILD deleted file mode 100644 index d369763c1..000000000 --- a/community/stalonetray/PKGBUILD +++ /dev/null @@ -1,21 +0,0 @@ -# $Id: PKGBUILD 65465 2012-02-21 05:56:31Z spupykin $ -# Maintainer: Sergej Pupykin - -pkgname=stalonetray -pkgver=0.8.1 -pkgrel=2 -pkgdesc="STAnd-aLONE sysTRAY. It has minimal build and run-time dependencies: the Xlib only." -arch=('i686' 'x86_64') -url="http://stalonetray.sourceforge.net" -license=('GPL') -depends=('libx11' 'libxpm') -source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2) -md5sums=('3bf4c7e5e3c077f26242b37a8e008774') - -build() { - cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr - make - make DESTDIR=$pkgdir install - install -D -m644 stalonetrayrc.sample $pkgdir/etc/stalonetrayrc -} -- cgit v1.2.3-54-g00ecf