urlview: template fixes
This commit is contained in:
parent
cd67da1598
commit
49b412de77
1 changed files with 4 additions and 6 deletions
|
@ -5,6 +5,7 @@ revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="mk-configure"
|
hostmakedepends="mk-configure"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
|
conf_files="/etc/urlview.conf"
|
||||||
short_desc="Extract URLs from a text file and allow the user to select via a menu"
|
short_desc="Extract URLs from a text file and allow the user to select via a menu"
|
||||||
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
maintainer="Liam Howley <liam.howley@hotmail.com>"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
|
@ -15,12 +16,9 @@ checksum=74d18026e84e3cd70a3fdd1a7247a68031b0c1c1c6d761d64b7063ff71091cc3
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i '/install-data-local/,/^$/d' Makefile.am
|
sed -i '/install-data-local/,/^$/d' Makefile.am
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vbin url_handler.sh
|
vbin url_handler.sh
|
||||||
vinstall sample.urlview 0644 etc urlview.conf
|
vinstall sample.urlview 0644 etc urlview.conf
|
||||||
vinstall sample.urlview 0644 etc/skel .urlview
|
vinstall sample.urlview 0644 etc/skel .urlview
|
||||||
mv urlview.man urlview.1
|
vman urlview.{man,1}
|
||||||
vman urlview.1
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue