[arch-commits] Commit in cowsay/repos (3 files)
Eric Bélanger
eric at archlinux.org
Tue Dec 9 04:51:05 UTC 2008
Date: Monday, December 8, 2008 @ 23:51:05
Author: eric
Revision: 21052
fixed svn conflict
Added:
cowsay/repos/extra-i686/ChangeLog
(from rev 21050, cowsay/trunk/ChangeLog)
Modified:
cowsay/repos/extra-i686/ (properties)
cowsay/repos/extra-i686/PKGBUILD
-----------+
ChangeLog | 7 +++++++
PKGBUILD | 20 +++++++++++---------
2 files changed, 18 insertions(+), 9 deletions(-)
Property changes on: cowsay/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
- /cowsay/trunk:1
+ /cowsay/trunk:1-21051
Copied: cowsay/repos/extra-i686/ChangeLog (from rev 21050, cowsay/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog (rev 0)
+++ extra-i686/ChangeLog 2008-12-09 04:51:05 UTC (rev 21052)
@@ -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-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-12-09 04:32:04 UTC (rev 21051)
+++ extra-i686/PKGBUILD 2008-12-09 04:51:05 UTC (rev 21052)
@@ -1,20 +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')
+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