summaryrefslogtreecommitdiff
path: root/community/gnome-ppp/PKGBUILD
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/gnome-ppp/PKGBUILD
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/gnome-ppp/PKGBUILD')
-rw-r--r--community/gnome-ppp/PKGBUILD29
1 files changed, 0 insertions, 29 deletions
diff --git a/community/gnome-ppp/PKGBUILD b/community/gnome-ppp/PKGBUILD
deleted file mode 100644
index 27a6fbf9b..000000000
--- a/community/gnome-ppp/PKGBUILD
+++ /dev/null
@@ -1,29 +0,0 @@
-# $Id: PKGBUILD 65576 2012-02-21 09:03:53Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer: Giovanni Scafora <giovanni@archlinux.org>
-
-pkgname=gnome-ppp
-pkgver=0.3.23
-pkgrel=8
-pkgdesc="A GNOME 2 WvDial frontend"
-arch=('i686' 'x86_64')
-url="http://www.gnomefiles.org/app.php?soft_id=41"
-license=('GPL2')
-depends=('libglade' 'wvdial')
-makedepends=('intltool' 'pkgconfig')
-install=gnome-ppp.install
-source=(http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/${pkgname}-${pkgver}.tar.bz2
- gnome-ppp-0.3.23-implicit-decl.patch
- gnome-ppp-0.3.23-wvdial-notify.patch)
-md5sums=('ec2e20fc713a01c953d759bea3df8618'
- '22eb07c957b8e00b1939560785c97c45'
- '00452b66d033316adff0c01373f6108a')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-implicit-decl.patch
- patch -Np0 -i ${srcdir}/gnome-ppp-0.3.23-wvdial-notify.patch
- LDFLAGS=-lX11 ./configure --prefix=/usr
- make
- make DESTDIR=${pkgdir} install
-}