Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 20 years ago
parent
commit
d0ce185196
2 changed files with 9 additions and 5 deletions
  1. +7
    -3
      package/avm/snownews/snownews.conf
  2. +2
    -2
      package/avm/snownews/snownews.desc

+ 7
- 3
package/avm/snownews/snownews.conf

@ -20,7 +20,11 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
var_append makeopt " " "PREFIX=$root/$prefix LDFLAGS='-L/lib -lncurses \
$(xml2-config --libs)'"
makeinstopt="$makeopt install"
snownews_main() {
sed -e "s,/usr/local,/$prefix,g" -i configure
./configure
eval make $makeopt
eval make install $makeinstopt
}
custmain="snownews_main"

+ 2
- 2
package/avm/snownews/snownews.desc

@ -37,8 +37,8 @@
[L] GPL
[S] Stable
[V] 1.5.1
[V] 1.5.6.1
[P] X -?---5---9 194.900
[D] 1932420694 snownews-1.5.1.tar.gz http://home.kcore.de/~kiza/software/snownews/download/
[D] 3797327977 snownews-1.5.6.1.tar.gz http://home.kcore.de/~kiza/software/snownews/download/

Loading…
Cancel
Save