[Lunar-commits] r17622 - moonbase/trunk/x11-apps/ifp-line

Florin Braescu florin at lunar-linux.org
Sun Dec 11 08:14:30 UTC 2005


Author: florin
Date: 2005-12-11 08:14:29 +0000 (Sun, 11 Dec 2005)
New Revision: 17622

Modified:
   moonbase/trunk/x11-apps/ifp-line/BUILD
   moonbase/trunk/x11-apps/ifp-line/DEPENDS
   moonbase/trunk/x11-apps/ifp-line/DETAILS
   moonbase/trunk/x11-apps/ifp-line/POST_INSTALL
Log:
bump the version from 0.2.3 to 0.3. new features added.

Modified: moonbase/trunk/x11-apps/ifp-line/BUILD
===================================================================
--- moonbase/trunk/x11-apps/ifp-line/BUILD	2005-12-10 21:07:05 UTC (rev 17621)
+++ moonbase/trunk/x11-apps/ifp-line/BUILD	2005-12-11 08:14:29 UTC (rev 17622)
@@ -1,10 +1,6 @@
 (
 
-  export INSTALL=/usr/bin/install 
- 
-  make PREFIX=/usr &&
-	prepare_install &&
-  make PREFIX=/usr install &&
+  default_build  &&
   ./nonroot.sh 
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/x11-apps/ifp-line/DEPENDS
===================================================================
--- moonbase/trunk/x11-apps/ifp-line/DEPENDS	2005-12-10 21:07:05 UTC (rev 17621)
+++ moonbase/trunk/x11-apps/ifp-line/DEPENDS	2005-12-11 08:14:29 UTC (rev 17622)
@@ -1,2 +1,3 @@
-depends libusb &&
+depends libusb  &&
+
 optional_depends "mc" "" "" "use mc for file transfers"

Modified: moonbase/trunk/x11-apps/ifp-line/DETAILS
===================================================================
--- moonbase/trunk/x11-apps/ifp-line/DETAILS	2005-12-10 21:07:05 UTC (rev 17621)
+++ moonbase/trunk/x11-apps/ifp-line/DETAILS	2005-12-11 08:14:29 UTC (rev 17622)
@@ -1,11 +1,13 @@
           MODULE=ifp-line
-         VERSION=0.2.3
+         VERSION=0.3
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=$SFORGE_URL/ifp-driver/
+      SOURCE_URL=$SFORGE_URL/ifp-driver/
+      SOURCE_VFY=sha1:e511157878a08fbea6a2c702e726e131dd20cb2f
         WEB_SITE=http://ifp-driver.sf.net
          ENTERED=20031226
-         UPDATED=20031226
+         UPDATED=20051211
            SHORT="driver for iRivers iFP player"
+
 cat << EOF
 This project aims to be an open-source driver for iRiver's great iFP 
 flash portable player (www.iriver.com)

Modified: moonbase/trunk/x11-apps/ifp-line/POST_INSTALL
===================================================================
--- moonbase/trunk/x11-apps/ifp-line/POST_INSTALL	2005-12-10 21:07:05 UTC (rev 17621)
+++ moonbase/trunk/x11-apps/ifp-line/POST_INSTALL	2005-12-11 08:14:29 UTC (rev 17622)
@@ -1,5 +1,5 @@
 message "If you want to use mc to transfer files then you need to add"
 message " 'ifp' without the quotes to the mc's extfs.ini file in "
-message "/usr/share/mc/extfs directory.  Then copy /usr/bin/ifp to"
-message "that directory also.  Open up mc and type cd #ifp and your good"
+message "/usr/share/mc/extfs directory. Then copy /usr/bin/ifp to"
+message "that directory also. Open up mc and type cd #ifp and your good"
 message "to go."



More information about the Lunar-commits mailing list