Browse Source

Thomas Jakobi <fake@rapidnetworks.de>:

two minor versions up, an upstream patch i sent was applied, so remove 
the patch file - but a configfile is now needed to tell make where the 
install should go...


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2113 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
fake 21 years ago
parent
commit
f943fbe454
2 changed files with 4 additions and 26 deletions
  1. +2
    -24
      package/fake/sonypid/sonypid.conf
  2. +2
    -2
      package/fake/sonypid/sonypid.desc

package/fake/sonypid/makefile-install.patch → package/fake/sonypid/sonypid.conf

@ -5,7 +5,7 @@
# 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/fake/sonypid/makefile-install.patch
# ROCK Linux: rock-src/package/fake/sonypid/sonypid.conf
# ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
#
# This program is free software; you can redistribute it and/or modify
@ -20,26 +20,4 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig 2003-03-25 10:29:49.000000000 +0100
+++ ./Makefile 2003-07-13 14:43:55.000000000 +0200
@@ -4,6 +4,9 @@
LDFLAGS =
LIBS = -L/usr/X11R6/lib -lX11 -lXtst
+PREFIX = /usr
+DESTBIN = $(PREFIX)/sbin
+
all: sonypid
sonypid: sonypid.o
@@ -16,3 +19,10 @@
clean:
rm -f sonypid.o sonypid *~
rm -f sonypi.h
+
+install:
+ install -m 755 -d $(DESTBIN)
+ install -m 755 sonypid $(DESTBIN)
+
+uninstall:
+ rm -f $(DESTBIN)/sonypid
var_append makeinstopt ' ' "PREFIX=$root/usr"

+ 2
- 2
package/fake/sonypid/sonypid.desc

@ -32,8 +32,8 @@
[L] GPL
[S] Stable
[V] 1.7
[V] 1.9
[P] X -----5---9 609.000
[D] 1657399378 sonypid-1.7.tar.bz2 http://spop.free.fr/sonypi/
[D] 1521017937 sonypid-1.9.tar.bz2 http://spop.free.fr/sonypi/

Loading…
Cancel
Save