I think you have two options:

1) Rename the packages

This is acceptable in case the stable version is ancient.

2) Package the stable version.

This is the usually wanted case.

Thanks!

okey, I renamed the packages, because the last stable version released in 2007.08.19.
>From bfd8c8558e59c12a9a97da4aa7449e51582b03fb Mon Sep 17 00:00:00 2001
From: kikadf <[email protected]>
Date: Mon, 3 May 2010 08:32:41 +0200
Subject: [PATCH] New packages: Tux Commander group

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

diff --git a/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild 
b/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild
new file mode 100644
index 0000000..113bafd
--- /dev/null
+++ b/source/xapps-extra/tuxcmd-modules-unrar/FrugalBuild
@@ -0,0 +1,23 @@
+# Compiling Time: 0.06 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd-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_dirname="tuxcmd"
+Finclude sourceforge
+depends=('tuxcmd')
+groups=('xapps-extra' 'tuxcmd-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-modules/FrugalBuild 
b/source/xapps-extra/tuxcmd-modules/FrugalBuild
new file mode 100644
index 0000000..8a7b9ce
--- /dev/null
+++ b/source/xapps-extra/tuxcmd-modules/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd-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_dirname="tuxcmd"
+Finclude sourceforge
+depends=('tuxcmd')
+makedepends=('sharutils')
+groups=('xapps-extra' 'tuxcmd-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/FrugalBuild 
b/source/xapps-extra/tuxcmd/FrugalBuild
new file mode 100644
index 0000000..961d17b
--- /dev/null
+++ b/source/xapps-extra/tuxcmd/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.02 SBU
+# Maintainer: who
+# Contributor: kikadf <[email protected]>
+
+pkgname=tuxcmd
+pkgver=0.6.70
+pkgrel=1
+pkgdesc="Tux Commander is a windowed file manager with 2 panels"
+_F_archive_grepv="bin"
+_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 usr/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