[arch-commits] Commit in libstroke/repos (extra-x86_64 extra-x86_64/PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Aug 17 04:19:26 UTC 2008


    Date: Sunday, August 17, 2008 @ 00:19:26
  Author: eric
Revision: 9157

Merged revisions 2-9156 via svnmerge from 
svn+ssh://svn.archlinux.org/home/svn-packages/libstroke/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r9155 | eric | 2008-08-17 00:19:02 -0400 (Sun, 17 Aug 2008) | 1 line
  
  adding md5sums
........

Modified:
  libstroke/repos/extra-x86_64/	(properties)
  libstroke/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


Property changes on: libstroke/repos/extra-x86_64
___________________________________________________________________
Name: svnmerge-integrated
   - /libstroke/trunk:1
   + /libstroke/trunk:1-9156

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2008-08-17 04:19:14 UTC (rev 9156)
+++ extra-x86_64/PKGBUILD	2008-08-17 04:19:26 UTC (rev 9157)
@@ -9,12 +9,13 @@
 arch=(i686 x86_64)
 depends=('glibc')
 url="http://www.etla.net/libstroke/"
+options=('!libtool')
 source=($url/$pkgname-$pkgver.tar.gz)
+md5sums=('51b9a4e309ac15cfcab96191eed03cb2')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
   ./configure --prefix=/usr
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list