[New Package] hollywood (#5500)

* apg

* bmon

* jp2a

* libmrss

* libstfl

* libnxml

* psutil

* speedometer

* libgc

* ticker

* newsboat

* zzuf

* w3m

* wallstreet

* hollywood

* Remove libexec changes

* touch ups

* bump bmon version

* share/man => man_prefix

* description on one line

* share/man => man_prefix 2

* escape

* use debian's versions

* fix versions

* ftp.debian.org => httpredir.debian.org

* http => https

* move if lib64
This commit is contained in:
saltedcoffii
2021-03-30 10:33:58 -04:00
committed by GitHub
parent 79135718a7
commit 707bdcd40e
18 changed files with 430 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ class Chrpath < Package
version '0.16'
license 'GPL-2+'
compatibility 'all'
source_url 'http://ftp.debian.org/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz'
source_url 'https://httpredir.debian.org/debian/pool/main/c/chrpath/chrpath_0.16.orig.tar.gz'
source_sha256 'bb0d4c54bac2990e1bdf8132f2c9477ae752859d523e141e72b3b11a12c26e7b'
binary_url ({
@@ -23,7 +23,7 @@ class Chrpath < Package
})
def self.build
system "./configure --prefix=#{CREW_PREFIX} --libdir=#{CREW_LIB_PREFIX}"
system "./configure #{CREW_OPTIONS}"
system 'make'
end