From 5d738f85840804ee493d267784d9cce5dc52f535 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 30 Dec 2011 23:14:51 +0000 Subject: Fri Dec 30 23:14:51 UTC 2011 --- community/uucp/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'community/uucp') diff --git a/community/uucp/PKGBUILD b/community/uucp/PKGBUILD index ffc819a91..065fee173 100644 --- a/community/uucp/PKGBUILD +++ b/community/uucp/PKGBUILD @@ -1,8 +1,10 @@ +# $Id: PKGBUILD 61375 2011-12-29 09:59:32Z spupykin $ +# Maintainer: Sergej Pupykin # Contributor: Jick Nan pkgname=uucp pkgver=1.07 -pkgrel=2 +pkgrel=3 pkgdesc="Taylor UUCP is a free implementation of UUCP and is the standard UUCP used on the GNU system" arch=(i686 x86_64) url="http://www.gnu.org/software/uucp/uucp.html" @@ -17,14 +19,13 @@ md5sums=('64c54d43787339a7cced48390eb3e1d0') build() { cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr --mandir=/usr/share/man || return 1 - make || return 1 - make DESTDIR="${pkgdir}" install || return 1 + ./configure --prefix=/usr --mandir=/usr/share/man --with-newconfigdir=/etc/uucp + make + make DESTDIR="${pkgdir}" install - install -D -m644 sample/config ${pkgdir}/etc/uucp/config && \ - install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys && \ + install -D -m644 sample/config ${pkgdir}/etc/uucp/config + install -D -m644 sample/sys1 ${pkgdir}/etc/uucp/sys install -D -m644 sample/port ${pkgdir}/etc/uucp/port - mv ${pkgdir}/usr/info ${pkgdir}/usr/share/ } -- cgit v1.2.3-54-g00ecf