From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g
Date: Sat, 10 Jan 2009 00:23:58 +0000 (UTC) [thread overview]
Message-ID: <20090110002358.DA5667697D@busybox.osuosl.org> (raw)
Author: ulf
Date: 2009-01-10 00:23:58 +0000 (Sat, 10 Jan 2009)
New Revision: 24738
Log:
Bump version of ntfs-3g to 1-5130, This will build in lib regardless of prefix=
Modified:
trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
Changeset:
Modified: trunk/buildroot/package/ntfs-3g/ntfs-3g.mk
===================================================================
--- trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2009-01-10 00:21:35 UTC (rev 24737)
+++ trunk/buildroot/package/ntfs-3g/ntfs-3g.mk 2009-01-10 00:23:58 UTC (rev 24738)
@@ -3,13 +3,14 @@
# ntfs-3g
#
#############################################################
-NTFS-3G_VERSION:=1.2506
+#NTFS-3G_VERSION:=1.2506
+NTFS-3G_VERSION:=1.5130
NTFS-3G_SOURCE:=ntfs-3g-$(NTFS-3G_VERSION).tgz
NTFS-3G_SITE:=www.ntfs-3g.org
NTFS-3G_DIR:=$(BUILD_DIR)/ntfs-3g-$(NTFS-3G_VERSION)
NTFS-3G_BINARY:=ntfs-3g
-
+http://www.ntfs-3g.org/ntfs-3g-1.5130.tgz
$(DL_DIR)/$(NTFS-3G_SOURCE):
$(WGET) -P $(DL_DIR) $(NTFS-3G_SITE)/$(NTFS-3G_SOURCE)
@@ -55,8 +56,11 @@
touch -c $@
$(TARGET_DIR)/usr/bin/ntfs-3g: $(STAGING_DIR)/usr/bin/ntfs-3g
- cp -dpf $(STAGING_DIR)/usr/lib/libntfs-3g.so.* $(TARGET_DIR)/usr/lib/
- cp -dpf $(STAGING_DIR)/usr/bin/ntfs-3g $(TARGET_DIR)/usr/bin/
+ rm -f $(TARGET_DIR)/lib/libntfs-3g.so.*
+ cp -dpf $(STAGING_DIR)/lib/libntfs-3g.so.* $(TARGET_DIR)/lib/
+ -unlink $(TARGET_DIR)/usr/lib/libntfs-3g*
+ ln -s /lib/libntfs-3g.so $(TARGET_DIR)/usr/lib/libntfs-3g.so
+ cp -dpf $(STAGING_DIR)/bin/ntfs-3g $(TARGET_DIR)/bin/
touch -c $@
ntfs-3g: uclibc pkgconfig libfuse $(TARGET_DIR)/usr/bin/ntfs-3g
@@ -64,9 +68,10 @@
ntfs-3g-source: $(DL_DIR)/$(NTFS-3G_SOURCE)
ntfs-3g-clean:
- $(MAKE) prefix=$(STAGING_DIR)/usr -C $(NTFS-3G_DIR) uninstall
- rm -f $(TARGET_DIR)/usr/lib/libntfs-3g*
- rm -f $(TARGET_DIR)/usr/bin/ntfs-3g
+ $(MAKE) DESTDIR=$(STAGING_DIR) -C $(NTFS-3G_DIR) uninstall
+ unlink $(TARGET_DIR)/usr/lib/libntfs-3g*
+ rm -f $(TARGET_DIR)/lib/libntfs-3g*
+ rm -f $(TARGET_DIR)/bin/ntfs-3g
-$(MAKE) -C $(NTFS-3G_DIR) clean
ntfs-3g-dirclean:
next reply other threads:[~2009-01-10 0:23 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-10 0:23 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-08-27 20:19 [Buildroot] svn commit: trunk/buildroot/package/ntfs-3g jacmet at uclibc.org
2008-05-11 6:46 ulf at uclibc.org
2007-11-26 7:13 ulf at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20090110002358.DA5667697D@busybox.osuosl.org \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox