[arch-commits] Commit in ntfs-3g_ntfsprogs/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sun Jun 23 11:58:24 UTC 2013


    Date: Sunday, June 23, 2013 @ 13:58:24
  Author: bpiotrowski
Revision: 188866

archrelease: copy trunk to testing-i686, testing-x86_64

Added:
  ntfs-3g_ntfsprogs/repos/testing-i686/
  ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD
    (from rev 188865, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
  ntfs-3g_ntfsprogs/repos/testing-x86_64/
  ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD
    (from rev 188865, ntfs-3g_ntfsprogs/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   41 +++++++++++++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   41 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 82 insertions(+)

Copied: ntfs-3g_ntfsprogs/repos/testing-i686/PKGBUILD (from rev 188865, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2013-06-23 11:58:24 UTC (rev 188866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Thomas Bächler <thomas.archlinux.org>
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=ntfs-3g
+pkgver=2013.1.13
+pkgrel=4
+pkgdesc="NTFS filesystem utilities"
+arch=('i686' 'x86_64')
+url="http://www.tuxera.com/community/ntfs-3g-download/"
+license=('GPL2')
+depends=('util-linux' 'fuse')
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+    --with-fuse=external --disable-static \
+    --enable-posix-acls --disable-ldconfig \
+    --mandir=/usr/share/man --sbin=/usr/bin \
+    --enable-extras
+  make
+}
+
+package_ntfs-3g() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" rootbindir=/usr/bin rootsbindir=/usr/bin rootlibdir=/usr/lib install
+  ln -s /usr/bin/ntfs-3g "$pkgdir/usr/bin/mount.ntfs"
+}

Copied: ntfs-3g_ntfsprogs/repos/testing-x86_64/PKGBUILD (from rev 188865, ntfs-3g_ntfsprogs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2013-06-23 11:58:24 UTC (rev 188866)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Tom Gundersen <teg at jklm.no>
+# Contributor: Ronald van Haren <ronald.archlinux.org>
+# Contributor: Thomas Bächler <thomas.archlinux.org>
+
+pkgbase=ntfs-3g_ntfsprogs
+pkgname=ntfs-3g
+pkgver=2013.1.13
+pkgrel=4
+pkgdesc="NTFS filesystem utilities"
+arch=('i686' 'x86_64')
+url="http://www.tuxera.com/community/ntfs-3g-download/"
+license=('GPL2')
+depends=('util-linux' 'fuse')
+conflicts=('ntfsprogs')
+provides=('ntfsprogs')
+replaces=('ntfsprogs')
+options=('!libtool')
+source=(http://tuxera.com/opensource/$pkgbase-$pkgver.tgz)
+sha1sums=('8c12b7644d90ae9fb8d0aca0d7ebd5f8fac2c818')
+
+prepare() {
+  cd $pkgbase-$pkgver
+  sed -i 's|$(DESTDIR)/sbin|$(DESTDIR)/usr/bin|' {ntfsprogs,src}/Makefile.in
+}
+
+build() {
+  cd $pkgbase-$pkgver
+  ./configure --prefix=/usr \
+    --with-fuse=external --disable-static \
+    --enable-posix-acls --disable-ldconfig \
+    --mandir=/usr/share/man --sbin=/usr/bin \
+    --enable-extras
+  make
+}
+
+package_ntfs-3g() {
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" rootbindir=/usr/bin rootsbindir=/usr/bin rootlibdir=/usr/lib install
+  ln -s /usr/bin/ntfs-3g "$pkgdir/usr/bin/mount.ntfs"
+}




More information about the arch-commits mailing list