summaryrefslogtreecommitdiffstats
path: root/main/ntfs-3g
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-02-10 17:44:12 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-02-10 17:44:12 +0000
commit735460e6b02f1a642971291d669e0fef305baca9 (patch)
treeb901e1314448655f4dfd24a93c18b5f57b597c85 /main/ntfs-3g
parent692e6c0ecedb8f6ca25627e1f2ae48b20d4e7b0c (diff)
main/ntfs-3g: upgrade to 2009.11.14
Diffstat (limited to 'main/ntfs-3g')
-rw-r--r--main/ntfs-3g/APKBUILD21
1 files changed, 11 insertions, 10 deletions
diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD
index 5575e696de1..d5573c03025 100644
--- a/main/ntfs-3g/APKBUILD
+++ b/main/ntfs-3g/APKBUILD
@@ -1,29 +1,30 @@
# Contributor: Carlo Landmeter <clandmeter@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=ntfs-3g
-pkgver=2009.4.4
+pkgver=2009.11.14
pkgrel=0
pkgdesc="A userspace ntfs driver with write support"
url="http://www.ntfs-3g.org"
license="GPL"
-depends="uclibc"
-makedepends=""
+depends=
+makedepends="attr-dev"
subpackages="$pkgname-doc $pkgname-dev"
-source="http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz
- nocxx.patch"
+source="http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz"
+_builddir="$srcdir"/$pkgname-$pkgver
build() {
- cd "$srcdir/$pkgname-$pkgver"
- patch configure < ../nocxx.patch || return 1
-
+ cd "$_builddir"
./configure --prefix=/usr \
--sysconfdir=/etc \
--mandir=/usr/share/man \
--infodir=/usr/share/info
make || return 1
+}
+
+package() {
+ cd "$_builddir"
make -j1 DESTDIR="$pkgdir" LDCONFIG=: install
}
-md5sums="e0b5c170f088a8d82968f0a6b34d31da ntfs-3g-2009.4.4.tgz
-28513788ba4d556ccd538867dc6205ab nocxx.patch"
+md5sums="68a8d622bb6ef900b8bb64cdffad48f8 ntfs-3g-2009.11.14.tgz"