diff options
Diffstat (limited to 'community/fbpanel/PKGBUILD')
-rw-r--r-- | community/fbpanel/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/community/fbpanel/PKGBUILD b/community/fbpanel/PKGBUILD deleted file mode 100644 index 5edf5f2a1..000000000 --- a/community/fbpanel/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 65166 2012-02-20 06:59:42Z spupykin $ -# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> -# Maintainer: Jeff Mickey <jeff@archlinux.org> -# Contributor: Torin Daniel <torindan@gmail.com> - -pkgname=fbpanel -pkgver=6.1 -pkgrel=3 -pkgdesc="NetWM compliant desktop panel" -arch=('i686' 'x86_64') -url="http://fbpanel.sourceforge.net/" -depends=('gtk2') -license=('GPL') -source=(http://downloads.sourceforge.net/fbpanel/fbpanel-${pkgver}.tbz2) -md5sums=('80ca0c64195b30587cfcb8c2cd9887a0') - -build() { - cd "$srcdir/$pkgname-$pkgver" - ./configure --prefix=/usr - echo "LDFLAGSX += -lX11 -lm" >>config.mk - make - make DESTDIR="$pkgdir/" install -} |