Date: Thursday, October 23, 2014 @ 19:23:17 Author: spupykin Revision: 121300
upgpkg: mg 20141007-1 upd Modified: mg/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-23 17:15:52 UTC (rev 121299) +++ PKGBUILD 2014-10-23 17:23:17 UTC (rev 121300) @@ -3,9 +3,9 @@ # Contributor: Hannes Rist <[email protected]> pkgname=mg -pkgver=20140414 +pkgver=20141007 pkgrel=1 -pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team." +pkgdesc="Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team." arch=('i686' 'x86_64') url="http://homepage.boetes.org/software/mg/" depends=('ncurses' 'libbsd') @@ -13,7 +13,7 @@ license=('custom') source=(http://homepage.boetes.org/software/mg/mg-$pkgver.tar.gz cleanup.patch) -md5sums=('ad4a99a5e26d25db75af7936c6657fbe' +md5sums=('63c30d438867c2e7cfbe4e5b1d744a05' '545eac98585e2f5fe0781093ddc07b36') prepare() { @@ -23,7 +23,7 @@ build() { cd $srcdir/$pkgname-$pkgver - make prefix=/usr + make prefix=/usr mandir=/usr/share/man } package() { @@ -30,7 +30,7 @@ cd $srcdir/$pkgname-$pkgver mkdir -p $pkgdir/usr/bin - make install INSTALL=install prefix=/usr DESTDIR=$pkgdir BINDIR=/usr/bin + make install INSTALL=install prefix=/usr mandir=/usr/share/man DESTDIR=$pkgdir BINDIR=/usr/bin mkdir -p $pkgdir/usr/share/ install -D -m0644 README $pkgdir/usr/share/licenses/$pkgname/README
