[paketler-commits] r64463 - playground/ozan/system/base/libusb

paketler-commits at pardus.org.tr paketler-commits at pardus.org.tr
23 Nis 2009 Per 12:11:05 EEST


Author: ozan.caglayan
Date: Thu Apr 23 12:11:04 2009
New Revision: 64463

Added:
   playground/ozan/system/base/libusb/
      - copied from r64409, 2009/devel/system/base/libusb/
Modified:
   playground/ozan/system/base/libusb/actions.py
   playground/ozan/system/base/libusb/pspec.xml
Log:
libusb1

Modified: playground/ozan/system/base/libusb/actions.py
=================================================================
--- 2009/devel/system/base/libusb/actions.py	(original)
+++ playground/ozan/system/base/libusb/actions.py	Thu Apr 23 12:11:04 2009
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 # -*- coding: utf-8 -*-
 #
-# Copyright 2005-2007 TUBITAK/UEKAE
+# Copyright 2005-2009 TUBITAK/UEKAE
 # Licensed under the GNU General Public License, version 2.
 # See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
 
@@ -10,13 +10,12 @@
 from pisi.actionsapi import get
 
 def setup():
-    autotools.configure("--disable-build-docs \
-                         --disable-debug \
-                         --disable-static")
+    autotools.configure("--disable-static")
 
 def build():
     autotools.make()
 
 def install():
     autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-    pisitools.dodoc("AUTHORS", "NEWS", "README")
+
+    pisitools.dodoc("AUTHORS", "NEWS", "README", "THANKS", "TODO", "ChangeLog", "PORTING")

Modified: playground/ozan/system/base/libusb/pspec.xml
=================================================================
--- 2009/devel/system/base/libusb/pspec.xml	(original)
+++ playground/ozan/system/base/libusb/pspec.xml	Thu Apr 23 12:11:04 2009
@@ -11,8 +11,8 @@
         <License>LGPLv2.1</License>
         <IsA>library</IsA>
         <Summary>Userspace access to USB devices</Summary>
-        <Description>Project's main aim is to create a library for use by user level applications to access USB devices regardless of OS.</Description>
-        <Archive sha1sum="599a5168590f66bc6f1f9a299579fd8500614807" type="targz">mirrors://sourceforge/libusb/libusb-0.1.12.tar.gz</Archive>
+        <Description>libusb provides a way for applications to access USB devices. Note that this library is not compatible with the original libusb-0.1 series.</Description>
+        <Archive sha1sum="5e33fc2d00180a331f061796e5c4571375134925" type="tarbz2">mirrors://sourceforge/libusb/libusb-1.0.0.tar.bz2</Archive>
         <BuildDependencies>
             <Dependency>libtool</Dependency>
         </BuildDependencies>
@@ -23,12 +23,20 @@
         <Files>
             <Path fileType="executable">/usr/bin</Path>
             <Path fileType="header">/usr/include</Path>
+            <Path fileType="data">/usr/lib/pkgconfig</Path>
             <Path fileType="library">/usr/lib</Path>
             <Path fileType="doc">/usr/share/doc</Path>
         </Files>
     </Package>
 
     <History>
+        <Update release="5">
+            <Date>2009-04-23</Date>
+            <Version>1.0.0</Version>
+            <Comment>Version bump.</Comment>
+            <Name>Ozan Çağlayan</Name>
+            <Email>ozan at pardus.org.tr</Email>
+        </Update>
         <Update release="4">
             <Date>2007-01-05</Date>
             <Version>0.1.12</Version>


Paketler-commits mesaj listesiyle ilgili daha fazla bilgi