]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Updated libusb to 1.0.0.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Dec 2008 20:55:42 +0000 (21:55 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 29 Dec 2008 20:55:42 +0000 (21:55 +0100)
lfs/libusb

index 3a80fb65a59896810d111eb5aa47db25393f8c54..257dcb5b23ed7324a9bf20437144f91bca5a8eb8 100644 (file)
 include Config
 
 PKG_NAME   = libusb
-VER        = 0.1.12
+VER        = 1.0.0
 
 THISAPP    = $(PKG_NAME)-$(VER)
-DL_FILE    = $(THISAPP).tar.gz
+DL_FILE    = $(THISAPP).tar.bz2
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 
 OBJECT     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
@@ -52,12 +52,11 @@ $(objects) :
 
 $(OBJECT) : 
        @$(PREBUILD)
-       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
+       @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
        cd $(DIR_APP) && \
                ./configure \
                        $(CONFIGURE_ARCH) \
                        --prefix=/usr \
-                       --disable-build-docs \
                        --disable-static
        cd $(DIR_APP) && make $(PARALLELISMFLAGS)
        cd $(DIR_APP) && make install