[arch-commits] Commit in hd2u/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Mon Sep 29 02:37:37 UTC 2008
Date: Sunday, September 28, 2008 @ 22:37:37
Author: douglas
Revision: 13826
Merged revisions 13675 via svnmerge from
svn+ssh://archlinux.org/home/svn-packages/hd2u/trunk
........
r13675 | giovanni | 2008-09-27 18:18:49 -0300 (S?\195?\161b, 27 Set 2008) | 2 lines
upgpkg: hd2u 1.0.3-1
New version 1.0.3
........
Modified:
hd2u/repos/extra-x86_64/ (properties)
hd2u/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)
Property changes on: hd2u/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
- /hd2u/trunk:1-9139
+ /hd2u/trunk:1-13825
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2008-09-29 02:31:16 UTC (rev 13825)
+++ extra-x86_64/PKGBUILD 2008-09-29 02:37:37 UTC (rev 13826)
@@ -1,20 +1,21 @@
# $Id$
-# Maintainer: damir <damir at archlinux.org>
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
pkgname=hd2u
-pkgver=1.0.1
+pkgver=1.0.3
pkgrel=1
-pkgdesc="dos2unix is filter used to convert plain texts from DOS (CR/LF) format to UNIX format (CR) and vice versa."
-arch=("i686" "x86_64")
-url="http://www.megaloman.com/~hany/software/hd2u/"
-depends=(popt)
-source=(http://www.megaloman.com/~hany/_data/hd2u/$pkgname-$pkgver.tgz)
-md5sums=('dbab0f0c3ee473880ee1fc9740e43515')
+pkgdesc="Dos2Unix text file converter"
+arch=('i686' 'x86_64')
+license=('GPL2')
+url="http://hany.sk/~hany/software/hd2u/"
+depends=('popt')
+source=(http://hany.sk/~hany/_data/hd2u/$pkgname-$pkgver.tgz)
+md5sums=('8f6668fafb279aa19f956ec0515717b6')
build() {
- cd $startdir/src/$pkgname-$pkgver
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr
make || return 1
- make prefix=$startdir/pkg/usr install
+ make prefix=$pkgdir/usr install
}
More information about the arch-commits
mailing list