Browse Source

fake:


			
			
				rocklinux
			
			
		
fake 20 years ago
parent
commit
25e017914b
3 changed files with 14 additions and 35 deletions
  1. +11
    -32
      package/powerpc/powerpc-utils/makefile.patch
  2. +1
    -1
      package/powerpc/powerpc-utils/powerpc-utils.conf
  3. +2
    -2
      package/powerpc/powerpc-utils/powerpc-utils.desc

+ 11
- 32
package/powerpc/powerpc-utils/makefile.patch

@ -1,37 +1,15 @@
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# Please add additional copyright information _after_ the line containing
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
#
# ROCK Linux: rock-src/package/powerpc/powerpc-utils/makefile.patch
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version. A copy of the GNU General Public
# License can be found at Documentation/COPYING.
#
# Many people helped and are helping developing ROCK Linux. Please
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM
# file for details.
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- pmac-utils.orig/Makefile 2003-04-21 00:47:34.000000000 +0200
+++ pmac-utils/Makefile 2003-04-21 00:55:32.000000000 +0200
--- ./Makefile.orig 2004-08-10 22:50:32.715450936 +0200
+++ ./Makefile 2004-08-10 22:52:37.634460360 +0200
@@ -27,7 +27,7 @@
INSTALL = /usr/bin/install -c
SOUND_INC = -I.
-PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol
+PROGS = clock fdeject mousemode nvvideo nvsetenv trackpad backlight nvsetvol sndvolmix vmode
-PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol fblevel fnset
+PROGS = clock mousemode nvsetenv trackpad backlight nvsetvol fblevel fnset fdeject nvvideo sndvolmix
SCRIPTS = macos
GENERATED_MAN = clock.8 macos.8 nvsetenv.8 sndvolmix.8 fdeject.1 \
@@ -124,24 +124,13 @@
@@ -130,23 +130,16 @@
chmod 600 $(DESTDIR)$(devsdir)/sndstat; \
fi
@ -39,7 +17,8 @@
+install: all installdirs
$(INSTALL) -m 4511 clock $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 nvsetenv nvvideo $(DESTDIR)$(sbindir)
$(INSTALL) -m 755 mousemode sndvolmix vmode nvsetvol $(DESTDIR)$(usbindir)
- $(INSTALL) -m 755 mousemode sndvolmix vmode nvsetvol $(DESTDIR)$(usbindir)
+ $(INSTALL) -m 755 mousemode sndvolmix nvsetvol $(DESTDIR)$(usbindir)
$(INSTALL) -m 755 fdeject $(DESTDIR)/$(ubindir)
$(INSTALL) -m 755 $(SCRIPTS) $(DESTDIR)$(sbindir)
@ -51,9 +30,9 @@
- $(INSTALL) -m 644 sndvolmix.man $(DESTDIR)$(man8dir)/sndvolmix.8
- $(INSTALL) -m 644 vmode.man $(DESTDIR)$(man8dir)/vmode.8
- $(INSTALL) -m 644 macos.man $(DESTDIR)$(man8dir)/macos.8
- $(INSTALL) -m 644 trackpad.8 $(DESTDIR)$(man8dir)/trackpad.8
- $(INSTALL) -m 644 nvsetvol.8 $(DESTDIR)$(man8dir)/nvsetvol.8
-
$(INSTALL) -m 644 trackpad.8 $(DESTDIR)$(man8dir)/trackpad.8
$(INSTALL) -m 644 nvsetvol.8 $(DESTDIR)$(man8dir)/nvsetvol.8
+ $(INSTALL) -m 644 fblevel.8 $(DESTDIR)$(man8dir)/fblevel.8
cleanobjs:
$(RM) *.o *.bak *~ *.man $(GENERATED_MAN)

+ 1
- 1
package/powerpc/powerpc-utils/powerpc-utils.conf

@ -23,7 +23,7 @@
[ $prefix_auto = 1 ] && prefix="/"
set_confopt
hook_add prepatch 3 "bzcat $archdir/powerpc-utils_1.1.3-7.diff.bz2 | patch -p1"
hook_add prepatch 3 "bzcat $archdir/powerpc-utils_1.1.3-10.diff.bz2 | patch -p1"
hook_add postinstall 3 "install_init mac_hid $confdir/mac_hid.init"
hook_add postinstall 4 "cp -fv $confdir/stone_mod_machid.sh $root/etc/stone.d/mod_machid.sh"

+ 2
- 2
package/powerpc/powerpc-utils/powerpc-utils.desc

@ -35,9 +35,9 @@
[L] GPL
[S] Beta
[V] 1.1.3-7
[V] 1.1.3-10
[P] X -----5---9 183.000
[D] 1130375738 powerpc-utils_1.1.3.orig.tar.gz http://penguinppc.org/projects/quik/
[D] 3597976740 powerpc-utils_1.1.3-7.diff.gz http://ftp.debian.org/debian/pool/main/p/powerpc-utils/
[D] 2984518441 powerpc-utils_1.1.3-10.diff.gz http://ftp.debian.org/debian/pool/main/p/powerpc-utils/

Loading…
Cancel
Save