[paketler-commits] r23464 - 2007/applications/shells/zsh

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
21 Nis 2007 Cmt 16:31:17 EEST


Author: cartman
Date: Sat Apr 21 16:31:16 2007
New Revision: 23464

Modified:
   2007/applications/shells/zsh/actions.py
   2007/applications/shells/zsh/pspec.xml
Log:
merge

Modified: 2007/applications/shells/zsh/actions.py
=================================================================
--- 2007/applications/shells/zsh/actions.py	(original)
+++ 2007/applications/shells/zsh/actions.py	Sat Apr 21 16:31:16 2007
@@ -11,7 +11,8 @@
 
 
 def setup():
-    autotools.configure("--with-tcsetpgrp \
+    autotools.configure("--bindir=/bin \
+                         --with-tcsetpgrp \
                          --enable-maildir-support \
                          --enable-etcdir=/etc/zsh \
                          --enable-zshenv=/etc/zsh/zshenv \
@@ -20,6 +21,7 @@
                          --enable-zprofile=/etc/zsh/zprofile \
                          --enable-zshrc=/etc/zsh/zshrc \
                          --enable-fndir=/usr/share/zsh/%s/functions \
+                         --enable-scriptdir=/usr/share/zsh/%s/scripts \
                          --enable-site-fndir=/usr/share/zsh/site-functions \
                          --enable-function-subdirs \
                          --enable-cflags=\"%s\" \
@@ -27,22 +29,13 @@
                          --with-ncurses \
                          --enable-pcre \
                          --enable-caps \
-                         --enable-multibyte" % (get.srcVERSION(),get.CFLAGS(),get.LDFLAGS()))
+                         --enable-multibyte" % (get.srcVERSION(),get.srcVERSION(),get.CFLAGS(),get.LDFLAGS()))
 
 def build():
     autotools.make()
-    autotools.make("ZTST_verbose=0 test")
 
 def install():
-    autotools.make("bindir=%s/bin \
-                    libdir=%s/usr/lib \
-                    fndir=%s/usr/share/zsh/%s/functions \
-                    sitefndir=%s/usr/share/zsh/site-functions \
-                    scriptdir=%s/usr/share/zsh/%s/scripts \
-                    install.bin install.man install.modules \
-                    install.info install.fns"
-                   % (get.installDIR(),get.installDIR(),get.installDIR(),get.srcVERSION(),get.installDIR(),get.installDIR(),get.srcVERSION()))
-
+    autotools.rawInstall("DESTDIR=%s" % get.installDIR())
 
     pisitools.dosed("Util/*",'/usr/local','/usr')
     pisitools.dosed("Misc/*",'/usr/local','/usr')
@@ -52,3 +45,6 @@
 
     pisitools.doman("Doc/*.1")
     pisitools.dodoc("ChangeLog*","META-FAQ","README","INSTALL","LICENCE","config.modules")
+
+def check():
+    autotools.make("ZTST_verbose=0 test")

Modified: 2007/applications/shells/zsh/pspec.xml
=================================================================
--- 2007/applications/shells/zsh/pspec.xml	(original)
+++ 2007/applications/shells/zsh/pspec.xml	Sat Apr 21 16:31:16 2007
@@ -11,7 +11,7 @@
         <License>as-is</License>
         <IsA>app:console</IsA>
         <Summary>Powerful command line shell</Summary>
-        <Archive sha1sum="d326d1919f872586ddafb0f1f844e5759325e945" type="tarbz2">http://cekirdek.pardus.org.tr/~ismail/dist/zsh-4.3.2_20070315.tar.bz2</Archive>
+        <Archive sha1sum="6bd905c4bf61bf3df5e5bb78f64be68366ad7517" type="tarbz2">mirrors://sourceforge/zsh/zsh-4.3.4.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency>yodl</Dependency>
         </BuildDependencies>
@@ -34,6 +34,13 @@
     </Package>
 
     <History>
+        <Update release="3">
+            <Date>2007-04-21</Date>
+            <Version>4.3.4</Version>
+            <Comment>Stable update</Comment>
+            <Name>İsmail Dönmez</Name>
+            <Email>ismail at pardus.org.tr</Email>
+        </Update>
         <Update release="2">
             <Date>2007-03-16</Date>
             <Version>4.3.2_20070315</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi