ntfsprogs has been replaced by ntfs-3g-2011.4.12.
This commit is contained in:
parent
fe5af7f4ae
commit
3f667d7cea
|
@ -1 +0,0 @@
|
|||
ntfsprogs
|
|
@ -1,2 +0,0 @@
|
|||
abi_depends=">=2.0.0"
|
||||
api_depends="${abi_depends}"
|
|
@ -1,17 +0,0 @@
|
|||
# Template file for 'ntfsprogs-devel'.
|
||||
#
|
||||
short_desc="${short_desc} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run fuse-devel
|
||||
Add_dependency run libuuid-devel
|
||||
Add_dependency run ntfsprogs
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.a ${DESTDIR}/usr/lib
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
# Template file for 'ntfsprogs'
|
||||
pkgname=ntfsprogs
|
||||
version=2.0.0
|
||||
distfiles="${SOURCEFORGE_SITE}/linux-ntfs/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--disable-gnome-vfs"
|
||||
short_desc="NTFS filesystem utilities"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=143f7380d3627b92cea6f0929d22fc2c28b6bdd09a0e428cf638ae5c5b7c31f0
|
||||
long_desc="
|
||||
The ntfsprogs includes utilities for doing all required tasks to NTFS
|
||||
partitions. In general, just run a utility without any command line
|
||||
options to display the version number and usage syntax."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libuuid
|
||||
Add_dependency run fuse
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build fuse-devel
|
||||
Add_dependency build libuuid-devel
|
Loading…
Reference in New Issue