[arch-commits] Commit in cowsay/repos (3 files)

Eric Bélanger eric at archlinux.org
Tue Dec 9 04:32:04 UTC 2008


    Date: Monday, December 8, 2008 @ 23:32:04
  Author: eric
Revision: 21051

fixed svn conflict

Added:
  cowsay/repos/extra-x86_64/ChangeLog
    (from rev 21050, cowsay/trunk/ChangeLog)
Modified:
  cowsay/repos/extra-x86_64/	(properties)
  cowsay/repos/extra-x86_64/PKGBUILD

-----------+
 ChangeLog |    7 +++++++
 PKGBUILD  |   21 +++++++++++----------
 2 files changed, 18 insertions(+), 10 deletions(-)


Property changes on: cowsay/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /cowsay/trunk:1
   + /cowsay/trunk:1-21050

Copied: cowsay/repos/extra-x86_64/ChangeLog (from rev 21050, cowsay/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2008-12-09 04:32:04 UTC (rev 21051)
@@ -0,0 +1,7 @@
+2008-12-08  Eric Belanger  <eric at archlinux.org>
+
+	* cowsay 3.03-6
+	* Added license
+	* FHS man pages
+	* Added arch tag
+	* Added ChangeLog

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-12-09 03:46:28 UTC (rev 21050)
+++ extra-x86_64/PKGBUILD	2008-12-09 04:32:04 UTC (rev 21051)
@@ -1,21 +1,22 @@
 # $Id$
-# Maintainer: eric <eric at archlinux.org>
+# Maintainer: Eric Belanger <eric at archlinux.org>
 # Contributor: Sarah Hay <sarahhay at mb.sympatico.ca>
-#
 
 pkgname=cowsay
 pkgver=3.03
-pkgrel=5
+pkgrel=6
 pkgdesc="Add speaking and thinking cows (and a few other creatures) to anything"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://www.nog.net/~tony/warez/cowsay.shtml"
+license=('PerlArtistic' 'GPL')
 depends=('perl')
-source=(http://freshmeat.net/redir/$pkgname/1504/url_tgz/$pkgname-$pkgver.tar.gz $pkgname.patch)
-url="http://www.nog.net/~tony/warez/cowsay.shtml"
+source=(http://www.nog.net/~tony/warez/${pkgname}-${pkgver}.tar.gz cowsay.patch)
 md5sums=('b29169797359420dadb998079021a494' '7091f9a6d97006299a1f27a665b638b6')
+sha1sums=('cc65a9b13295c87df94a58caa8a9176ce5ec4a27' '0da25fd2f80de4d92096c5d1ece2c6dcc05bea75')
 
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../$pkgname.patch
-  echo "$startdir/pkg/usr" | ./install.sh
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -p1 < ../cowsay.patch
+  sed -i 's|/man/|/share/man/|' install.sh
+  echo "${pkgdir}/usr" | ./install.sh
 }
-# vim: ts=2 sw=2 et ft=sh




More information about the arch-commits mailing list