diff options
author | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:31:01 +0200 |
---|---|---|
committer | Heinz Wiesinger <pprkut@slackbuilds.org> | 2010-05-11 20:31:01 +0200 |
commit | 703c83a50c44cd34dc486730b7a6d728c5f3d3df (patch) | |
tree | fcdb64c32f82744495ffdf9913005bf477bae26e | |
parent | a9075ab42b4063ee720ee3be203bf642a6dad556 (diff) | |
download | slackbuilds-703c83a50c44cd34dc486730b7a6d728c5f3d3df.tar.gz |
system/ntfs-3g: Removed from 12.1 repository
-rw-r--r-- | system/ntfs-3g/README | 9 | ||||
-rw-r--r-- | system/ntfs-3g/ntfs-3g.SlackBuild | 77 | ||||
-rw-r--r-- | system/ntfs-3g/ntfs-3g.info | 8 | ||||
-rw-r--r-- | system/ntfs-3g/slack-desc | 19 |
4 files changed, 0 insertions, 113 deletions
diff --git a/system/ntfs-3g/README b/system/ntfs-3g/README deleted file mode 100644 index 6cbac1206e..0000000000 --- a/system/ntfs-3g/README +++ /dev/null @@ -1,9 +0,0 @@ -The NTFS-3G driver is an open source, freely available NTFS driver -for Linux with read and write support. It provides safe and fast -handling of the Windows XP, Windows Server 2003, Windows 2000 and -Windows Vista file systems. Most POSIX file system operations are -supported, with the exception of full file ownership and access -right support. - -This package requires FUSE 2.6.0 or later to guarantee full data -safety, for which a build script is available from SlackBuilds.org. diff --git a/system/ntfs-3g/ntfs-3g.SlackBuild b/system/ntfs-3g/ntfs-3g.SlackBuild deleted file mode 100644 index 5fc0f3caa7..0000000000 --- a/system/ntfs-3g/ntfs-3g.SlackBuild +++ /dev/null @@ -1,77 +0,0 @@ -#!/bin/sh - -# Slackware build script for ntfs-3g -# Written by core <eroc@linuxmail.org> -# Modified by Robby Workman <rworkman@slackbuilds.org> with input -# from Antonio Hernández Blas <hba.nihilismus@gmail.com> - -PRGNAM=ntfs-3g -VERSION=1.2216 -ARCH=${ARCH:-i486} -BUILD=${BUILD:-1} -TAG=${TAG:-_SBo} - -CWD=$(pwd) -TMP=${TMP:-/tmp/SBo} -PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" -fi - -set -e - -rm -rf $PKG -mkdir -p $TMP $PKG/usr $OUTPUT -cd $TMP -rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tgz -cd $PRGNAM-$VERSION -chown -R root:root . -chmod -R a-s,u+rw,go-w . - -CFLAGS="$SLKCFLAGS" \ -CXXFLAGS="$SLKCFLAGS" \ -./configure \ - --prefix=/usr \ - --mandir=/usr/man \ - --includedir=/usr/include \ - --bindir=/bin \ - --sbindir=/sbin \ - --libdir=/lib \ - --docdir=/usr/doc/$PRGNAM-$VERSION \ - --with-fuse=external \ - --disable-ldconfig \ - --enable-static=no - -make -make install DESTDIR=$PKG - -# Move pkgconfig to /usr/lib -mkdir $PKG/usr/lib -mv $PKG/lib/pkgconfig $PKG/usr/lib - -( cd $PKG - find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null -) - -( cd $PKG/usr/man - find . -type f -exec gzip -9 {} \; - for i in $(find . -type l) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -) - -rm -rf $PKG/usr/share # Only /usr/share/doc is here -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS ChangeLog COPYING CREDITS INSTALL NEWS README \ - $PKG/usr/doc/$PRGNAM-$VERSION -cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild - -mkdir -p $PKG/install -cat $CWD/slack-desc > $PKG/install/slack-desc - -cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz diff --git a/system/ntfs-3g/ntfs-3g.info b/system/ntfs-3g/ntfs-3g.info deleted file mode 100644 index 865a313f4c..0000000000 --- a/system/ntfs-3g/ntfs-3g.info +++ /dev/null @@ -1,8 +0,0 @@ -PRGNAM="ntfs-3g" -VERSION="1.2216" -HOMEPAGE="http://www.ntfs-3g.org" -DOWNLOAD="http://www.ntfs-3g.org/ntfs-3g-1.2216.tgz" -MD5SUM="d1664636d38e4ce8eb2af1f09bc5a15d" -MAINTAINER="core" -EMAIL="eroc@linuxmail.org" -APPROVED="rworkman" diff --git a/system/ntfs-3g/slack-desc b/system/ntfs-3g/slack-desc deleted file mode 100644 index 78196a0813..0000000000 --- a/system/ntfs-3g/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler-----------------------------------------------------| -ntfs-3g: ntfs-3g (NTFS-3G Read/Write Driver) -ntfs-3g: -ntfs-3g: The NTFS-3G driver is an open source, freely available NTFS driver -ntfs-3g: for Linux with read and write support. It provides safe and fast -ntfs-3g: handling of the Windows XP, Windows Server 2003, Windows 2000 and -ntfs-3g: Windows Vista file systems. Most POSIX file system operations are -ntfs-3g: supported, with the exception of full file ownership and access -ntfs-3g: right support. -ntfs-3g: -ntfs-3g: Homepage: http://www.ntfs-3g.org -ntfs-3g: |