From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/ntfs-3g/APKBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 main/ntfs-3g/APKBUILD (limited to 'main/ntfs-3g/APKBUILD') diff --git a/main/ntfs-3g/APKBUILD b/main/ntfs-3g/APKBUILD new file mode 100644 index 000000000..5575e696d --- /dev/null +++ b/main/ntfs-3g/APKBUILD @@ -0,0 +1,29 @@ +# Contributor: Carlo Landmeter +# Maintainer: Natanael Copa +pkgname=ntfs-3g +pkgver=2009.4.4 +pkgrel=0 +pkgdesc="A userspace ntfs driver with write support" +url="http://www.ntfs-3g.org" +license="GPL" +depends="uclibc" +makedepends="" +subpackages="$pkgname-doc $pkgname-dev" +source="http://www.ntfs-3g.org/${pkgname}-${pkgver}.tgz + nocxx.patch" + +build() { + cd "$srcdir/$pkgname-$pkgver" + patch configure < ../nocxx.patch || return 1 + + ./configure --prefix=/usr \ + --sysconfdir=/etc \ + --mandir=/usr/share/man \ + --infodir=/usr/share/info + make || return 1 + make -j1 DESTDIR="$pkgdir" LDCONFIG=: install + +} + +md5sums="e0b5c170f088a8d82968f0a6b34d31da ntfs-3g-2009.4.4.tgz +28513788ba4d556ccd538867dc6205ab nocxx.patch" -- cgit v1.2.3