diff options
Diffstat (limited to 'abs/chroot-devel/startup-notification/PKGBUILD')
-rw-r--r-- | abs/chroot-devel/startup-notification/PKGBUILD | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/abs/chroot-devel/startup-notification/PKGBUILD b/abs/chroot-devel/startup-notification/PKGBUILD deleted file mode 100644 index a73b07c..0000000 --- a/abs/chroot-devel/startup-notification/PKGBUILD +++ /dev/null @@ -1,19 +0,0 @@ -# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $ -# Maintainer: dorphell <dorphell@archlinux.org> -pkgname=startup-notification -pkgver=0.9 -pkgrel=1 -pkgdesc="Monitor and display application startup" -arch=(i686 x86_64) -depends=('libx11' 'libsm') -options=('!libtool') -url="http://www.freedesktop.org" -source=(http://ftp.gnome.org/pub/gnome/sources/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('624b42f1fac5a12c543a079e2cd3b366') - -build() { - cd ${startdir}/src/${pkgname}-${pkgver} - ./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc - make || return 1 - make DESTDIR=${startdir}/pkg install -} |