summaryrefslogtreecommitdiffstats
path: root/extra/ntfs-3g/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:41:52 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-29 14:41:52 +0200
commite281a21a1a265785a1d985178be428cad49de5ad (patch)
treec725f3cd4132f200b569c89336cea0a6cbc5960e /extra/ntfs-3g/Pkgfile
parent7a0b79b27d4573a8c32cdbdc4b1311953bd09bc1 (diff)
downloadnutyx-pakxe-e281a21a1a265785a1d985178be428cad49de5ad.tar.gz
nutyx-pakxe-e281a21a1a265785a1d985178be428cad49de5ad.tar.bz2
nutyx-pakxe-e281a21a1a265785a1d985178be428cad49de5ad.tar.xz
nutyx-pakxe-e281a21a1a265785a1d985178be428cad49de5ad.zip
Suppression de fichiers obsolètes
Diffstat (limited to 'extra/ntfs-3g/Pkgfile')
-rw-r--r--extra/ntfs-3g/Pkgfile21
1 files changed, 0 insertions, 21 deletions
diff --git a/extra/ntfs-3g/Pkgfile b/extra/ntfs-3g/Pkgfile
deleted file mode 100644
index 29082e5e2..000000000
--- a/extra/ntfs-3g/Pkgfile
+++ /dev/null
@@ -1,21 +0,0 @@
-# Description: Permet la lecture/écriture des partitions NTFS
-# URL: http://www.ntfs-3g.org
-# Maintainer: NuTyX core team
-# Packager: thierryn1 at hispeed dot ch
-# Depends on:
-
-name=ntfs-3g
-version=2009.4.4
-release=1
-source=(http://www.ntfs-3g.org/$name-$version.tgz)
-
-build() {
- cd $name-$version
- ./configure --prefix=/usr \
- --disable-static \
- --disable-ldconfig
- make
- make DESTDIR=$PKG install
- chmod a-x $PKG/lib/*.so
- rm -rf $PKG/usr/share/doc
-}