summaryrefslogtreecommitdiffstats
path: root/extra/mtools/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:36:00 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:36:00 +0200
commitdab196fcaa345c540435c7c668c22ddc1cdc8540 (patch)
tree5e2409cc0f7963a2b72f65ca1f25b12a5be6a7fa /extra/mtools/Pkgfile
parent380e16d0246bdd9fbe038cb15fa1427a412aea4a (diff)
downloadnutyx-extra-dab196fcaa345c540435c7c668c22ddc1cdc8540.tar.gz
nutyx-extra-dab196fcaa345c540435c7c668c22ddc1cdc8540.tar.bz2
nutyx-extra-dab196fcaa345c540435c7c668c22ddc1cdc8540.tar.xz
nutyx-extra-dab196fcaa345c540435c7c668c22ddc1cdc8540.zip
Ajout de mtools#4.0.10-1
Diffstat (limited to 'extra/mtools/Pkgfile')
-rw-r--r--extra/mtools/Pkgfile21
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/mtools/Pkgfile b/extra/mtools/Pkgfile
new file mode 100644
index 000000000..99b71a8c2
--- /dev/null
+++ b/extra/mtools/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Collection d'outils pour l'accès au système de fichiers MS-DOS
+# URL: http://mtools.linux.lu/
+# Maintainer: NuTyX
+# Packager: thierryn1 at hispeed dot ch
+# Depends on:
+
+name=mtools
+version=4.0.10
+release=1
+source=(ftp://ftp.gnu.org/gnu/mtools/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --infodir=/usr/share/info \
+ --mandir=/usr/share/man \
+ --sysconfdir=/etc
+ make
+ make DESTDIR=$PKG install
+ rm $PKG/usr/share/info/dir
+}