Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=e1ec17e2295a2e34ef390dcc005217febbd7732f
commit e1ec17e2295a2e34ef390dcc005217febbd7732f Author: crazy <[EMAIL PROTECTED]> Date: Sun Nov 16 17:10:53 2008 +0100 unp-1.0.15-1-x86_64 * Version bump * removed useless README * some cleanup diff --git a/source/apps-extra/unp/FrugalBuild b/source/apps-extra/unp/FrugalBuild index f12e970..46af236 100644 --- a/source/apps-extra/unp/FrugalBuild +++ b/source/apps-extra/unp/FrugalBuild @@ -2,29 +2,25 @@ # Maintainer: crazy <[EMAIL PROTECTED]> pkgname=unp -pkgver=1.0.10 +pkgver=1.0.15 pkgrel=1 +Fpkgversep="_" pkgdesc="unp is a small perl script which makes extraction of any archive files easier." url="http://sites.inka.de/~W1752/edecosi/unp.en.html" depends=('perl') groups=('apps-extra') archs=('i686' 'x86_64') -up2date="lynx -dump http://ftp.debian.org/debian/pool/main/u/unp/|grep tar.gz$|sed 's/.*_\(.*\)\.t.*/\1/'" -source=(http://ftp.debian.org/debian/pool/main/u/unp/unp_1.0.10.tar.gz \ - README.Frugalware) -sha1sums=('8e4f665f7bbb7f4bfdf38966f7f9843a395b9f6e' \ - 'f8373a1861a83e0b559e953f511917f09cf3e0a3') +up2date="lynx -dump http://ftp.debian.org/debian/pool/main/u/unp/|Flasttar" +source=(http://ftp.debian.org/debian/pool/main/u/unp/${pkgname}_${pkgver}.tar.gz) +sha1sums=('2cc459746af09b939dfd7ba06f32727147654c4c') build() { - Fcd + Fcd ${pkgname}-${pkgver} Fexerel /usr/bin/unp Fexerel /usr/bin/ucat Ffilerel debian/unp.1 /usr/man/man1/unp.1 Fln /usr/man/man1/unp.1.gz /usr/man/man1/ucat.1.gz - Fdocrel debian/{changelog,copyright,README.Debian} - Fdoc README.Frugalware + Fdocrel debian/{changelog,copyright} } - -# vim: ft=sh diff --git a/source/apps-extra/unp/README.Frugalware b/source/apps-extra/unp/README.Frugalware deleted file mode 100644 index 1ead92b..0000000 --- a/source/apps-extra/unp/README.Frugalware +++ /dev/null @@ -1,8 +0,0 @@ -unp is a small perl script which makes extraction of any archive files -easier. It support several compressors and archiver programs, chooses the -right one(s) automatically and extracts one or more files in one go. It -detects the right type from the file extensions or the "file" output. - -unp was written by Andre Karwath (http://www.aka-online.de) in 1997, I -(Eduard Bloch <[EMAIL PROTECTED]>) found it later and improved it to fill -my needs. Have fun! _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
