[Frugalware-git] frugalware-current: nerolinux-3.5.3.1-1-x86_64 * remove nobuild pkg (not updated in 2 years & broken)

James Buren ryuo at frugalware.org
Fri Nov 4 07:55:21 CET 2011


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=006f54183cac93d6d0ed601b9b5b78411cdba0c4

commit 006f54183cac93d6d0ed601b9b5b78411cdba0c4
Author: James Buren <ryuo at frugalware.org>
Date:   Fri Nov 4 01:55:50 2011 -0500

nerolinux-3.5.3.1-1-x86_64
* remove nobuild pkg (not updated in 2 years & broken)

diff --git a/source/xapps-extra/nerolinux/FrugalBuild b/source/xapps-extra/nerolinux/FrugalBuild
deleted file mode 100644
index 900b3b5..0000000
--- a/source/xapps-extra/nerolinux/FrugalBuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Compiling Time: 0.03 SBU
-# Contributor: BMH1980 <bmh1980 at frugalware.org>
-# Maintainer: voroskoi <voroskoi at frugalware.org>
-
-pkgname=nerolinux
-pkgver=3.5.2.3
-pkgextraver=
-pkgrel=1
-pkgdesc="Nero for Linux"
-url="http://www.nero.com"
-license="Nero EULA"
-up2date="lynx -dump http://www.nero.com/ena/support-linux3-release-notes.html | grep -A3 'Release Notes' | tail -n2 | tr -d ' '| head -n1"
-groups=('xapps-extra')
-archs=('i686' 'x86_64')
-backup=('etc/nero/config')
-rodepends=('gtk+' 'libxcb' 'libx11')
-makedepends=('cpio' 'rpm')
-if [ "$CARCH" == "x86_64" ] ; then
-    source=(ftp://ftp6.usw.nero.com/PUB/1b5c00e39eff9593105b0f3e4592b999/$pkgname-$pkgver-x86_64.rpm)
-    sha1sums=('8cb8c5ead58f0b60005a23158244f7e04799e92b')
-    suffix=x86_64
-fi
-if [ "$CARCH" != "x86_64" ] ; then
-    source=(ftp://ftp2.usw.nero.com/PUB/d0e8814a14950bced70af80297e45eb7/$pkgname-$pkgver-x86.rpm)
-    sha1sums=('e0830ac37901c671bf320593a0dd070749d50972')
-    suffix=x86
-fi
-options=('nobuild' 'nodocs')
-
-build()
-{
-	rpm2cpio $Fsrcdir/$pkgname-$pkgver$pkgextraver-$suffix.rpm > $Fsrcdir/tmp.cpio || Fdie
-	( cd $Fdestdir && cpio -i --make-directories < $Fsrcdir/tmp.cpio ) || Fdie
-	_F_desktop_exec="nero"
-	_F_desktop_categories="Qt;Gtk;Application;AudioVideo;"
-	_F_desktop_icon="/usr/share/nero/images/appicons/nero-icon-128.png"
-	Fdesktop2
-	find $Fdestdir -type d |xargs chmod 755
-	# Fixup for x86_64 lib64 dir problem
-	if [ "$CARCH" == "x86_64" ] ; then
-	    Fmkdir usr/lib
-	    Fmv usr/lib64/* usr/lib/
-	    Frm usr/lib64
-	fi
-}


More information about the Frugalware-git mailing list