[arch-commits] Commit in gnupod/repos (extra-i686 extra-i686/PKGBUILD)
James Rayner
james at archlinux.org
Sat May 24 22:41:34 UTC 2008
Date: Saturday, May 24, 2008 @ 18:41:33
Author: james
Revision: 2089
Merged revisions 1941-2088 via svnmerge from
svn+ssh://svn.archlinux.org/home/svn-packages/gnupod/trunk
........
r2088 | james | 2008-05-25 08:39:55 +1000 (Sun, 25 May 2008) | 1 line
upgpkg: gnupod 0.99.6-2
........
Modified:
gnupod/repos/extra-i686/ (properties)
gnupod/repos/extra-i686/PKGBUILD
----------+
PKGBUILD | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
Property changes on: gnupod/repos/extra-i686
___________________________________________________________________
Name: svnmerge-integrated
- /gnupod/trunk:1-1940
+ /gnupod/trunk:1-2088
Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD 2008-05-24 22:39:55 UTC (rev 2088)
+++ extra-i686/PKGBUILD 2008-05-24 22:41:33 UTC (rev 2089)
@@ -3,7 +3,7 @@
# Contributor: Tom K <tomk at runbox.com>
pkgname=gnupod
pkgver=0.99.6
-pkgrel=1
+pkgrel=2
pkgdesc="a collection of Perl-Scripts which allow you to use your iPod under GNU/Linux "
arch=(i686 x86_64)
license=("GPL3")
@@ -16,13 +16,13 @@
cd $startdir/src/$pkgname-$pkgver
#Create pkg dirs
- mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/man/man1 \
- $startdir/pkg/usr/lib/perl5/current/$CARCH-linux-thread-multi/GNUpod
+ mkdir -p $startdir/pkg/usr/bin $startdir/pkg/usr/share/man/man1 \
+ $startdir/pkg/usr/lib/perl5/vendor_perl/GNUpod
#Ignore brain-dead install script, and do the Arch thing
install -m 755 src/*.pl $startdir/pkg/usr/bin
- install -m 644 man/* $startdir/pkg/usr/man/man1
- install -m 444 src/ext/* $startdir/pkg/usr/lib/perl5/current/$CARCH-linux-thread-multi/GNUpod
+ install -m 644 man/* $startdir/pkg/usr/share/man/man1
+ install -m 444 src/ext/* $startdir/pkg/usr/lib/perl5/vendor_perl/GNUpod
#Tidy up after ignoring brain-dead install script :P
cd /$startdir/pkg/usr/bin
@@ -32,4 +32,5 @@
}
+
md5sums=('11e07a56f7c808701a9ec80ff5ceae00')
More information about the arch-commits
mailing list