2010-04-29 00:54 keltezéssel, Miklos Vajna írta:
Why do you name it tuxcmd-dev instead of tuxcmd?
The stable version of tuxcmd is 0.5.103, the 0.6.70 is the development version(http://tuxcmd.sourceforge.net/download.php), but the developers didn't give "dev" for the source's name. Do you think the "dev" is unnecessary in the FW packages name?

I fixed the FBs. Here it is the patch. (If you want, I rename the packages with pleasure)
>From 57c9e64a0a3b5e05c56ef6441118c3d0bb6bf5c6 Mon Sep 17 00:00:00 2001
From: kikadf <[email protected]>
Date: Thu, 29 Apr 2010 09:28:07 +0200
Subject: [PATCH] New packages: Tux Commander family

---
 .../tuxcmd-dev-modules-unrar/FrugalBuild           |   24 ++++++++++++++++++
 source/xapps-extra/tuxcmd-dev-modules/FrugalBuild  |   25 +++++++++++++++++++
 source/xapps-extra/tuxcmd-dev/FrugalBuild          |   26 ++++++++++++++++++++
 3 files changed, 75 insertions(+), 0 deletions(-)
 create mode 100644 source/xapps-extra/tuxcmd-dev-modules-unrar/FrugalBuild
 create mode 100644 source/xapps-extra/tuxcmd-dev-modules/FrugalBuild
 create mode 100644 source/xapps-extra/tuxcmd-dev/FrugalBuild

diff --git a/source/xapps-extra/tuxcmd-dev-modules-unrar/FrugalBuild 
b/source/xapps-extra/tuxcmd-dev-modules-unrar/FrugalBuild
new file mode 100644
index 0000000..6ccabf4
--- /dev/null
+++ b/source/xapps-extra/tuxcmd-dev-modules-unrar/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.06 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd-dev-modules-unrar
+pkgver=0.6.70
+pkgrel=1
+pkgdesc="UNRAR plugin for Tux Commander"
+_F_sourceforge_ext=".tar.bz2"
+_F_archive_grep="modules-unrar-$pkgver$_F_sourceforge_ext"
+_F_sourceforge_name="tuxcmd-modules-unrar"
+_F_sourceforge_dirname="tuxcmd"
+Finclude sourceforge
+depends=('tuxcmd-dev')
+groups=('xapps-extra' 'tuxcmd-dev-plugins')
+archs=('i686' 'x86_64')
+sha1sums=('d2b8416a208bf5bd23c695b44dc871deffc0af7b')
+
+build()
+{
+       Fmake
+       Fmkdir usr/lib/tuxcmd
+       Fmakeinstall DESTDIR="$Fdestdir$Fprefix"        
+}
\ No newline at end of file
diff --git a/source/xapps-extra/tuxcmd-dev-modules/FrugalBuild 
b/source/xapps-extra/tuxcmd-dev-modules/FrugalBuild
new file mode 100644
index 0000000..68f7d92
--- /dev/null
+++ b/source/xapps-extra/tuxcmd-dev-modules/FrugalBuild
@@ -0,0 +1,25 @@
+# Compiling Time: 0 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd-dev-modules
+pkgver=0.6.70
+pkgrel=1
+pkgdesc="ZIP, gvfs and libarchive plugin for Tux Commander"
+_F_sourceforge_ext=".tar.bz2"
+_F_archive_grep="modules-$pkgver$_F_sourceforge_ext"
+_F_sourceforge_name="tuxcmd-modules"
+_F_sourceforge_dirname="tuxcmd"
+Finclude sourceforge
+depends=('tuxcmd-dev')
+makedepends=('sharutils')
+groups=('xapps-extra' 'tuxcmd-dev-plugins')
+archs=('i686' 'x86_64')
+sha1sums=('edf4ef78a3568ee14abee4da065679817080a2fd')
+
+build()
+{
+       Fmake
+       Fmkdir usr/lib/tuxcmd
+       Fmakeinstall DESTDIR="$Fdestdir$Fprefix"
+}
\ No newline at end of file
diff --git a/source/xapps-extra/tuxcmd-dev/FrugalBuild 
b/source/xapps-extra/tuxcmd-dev/FrugalBuild
new file mode 100644
index 0000000..16e19cc
--- /dev/null
+++ b/source/xapps-extra/tuxcmd-dev/FrugalBuild
@@ -0,0 +1,26 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd-dev
+pkgver=0.6.70
+pkgrel=1
+pkgdesc="Tux Commander is a windowed file manager with 2 panels"
+_F_archive_grepv="bin"
+_F_sourceforge_name="tuxcmd"
+_F_sourceforge_dirname="$_F_sourceforge_name"
+_F_sourceforge_ext=".tar.bz2"
+Finclude sourceforge
+depends=('gtk+2')
+makedepends=('fpc' 'desktop-file-utils')
+groups=('xapps-extra')
+archs=('i686' 'x86_64')
+sha1sums=('71dbe3489a056e3e43ee8225865fd75e11b01b39')
+
+build()
+{
+       Fmake
+       Fmakeinstall DESTDIR=$Fdestdir/usr
+       #Solve the "duplicated documentum directory problem".
+       Frm share/doc/tuxcmd
+}
\ No newline at end of file
-- 
1.7.1

_______________________________________________
Frugalware-devel mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-devel

Reply via email to