surf: set PREFIX=/usr (HI PANCAKE).
This commit is contained in:
parent
b5a05a686e
commit
c3aca9d539
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'surf'
|
# Template file for 'surf'
|
||||||
pkgname=surf
|
pkgname=surf
|
||||||
version=0.6
|
version=0.6
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="pkg-config gtk+-devel webkit-gtk-devel"
|
make_install_args="PREFIX=/usr"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
makedepends="webkit-gtk-devel"
|
||||||
short_desc="Simple web browser based on WebKit/GTK+"
|
short_desc="Simple web browser based on WebKit/GTK+"
|
||||||
maintainer="pancake <pancake@nopcode.org>"
|
maintainer="pancake <pancake@nopcode.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -13,6 +15,6 @@ checksum=fdc1ccfaee5c4f008eeb8fe5f9200d3ad71296e8d7af52bdd6a771f111866805
|
||||||
|
|
||||||
surf_package() {
|
surf_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr
|
vmove all
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue