tabs->4spaces. deps-sorting. pax: gcc->$CC
This commit is contained in:
parent
eb02dc0370
commit
ff1e779c20
|
@ -1,4 +1,4 @@
|
|||
summary=local
|
||||
summary=DenKn: exhereses
|
||||
homepage=https://github.com/DenisKnauf/exherbo-denkn
|
||||
owner=Denis Knauf <Denis.Knauf@gmail.com>
|
||||
status=third-party
|
||||
|
|
|
@ -15,7 +15,7 @@ src_compile() {
|
|||
# Makefile says:
|
||||
# # -DLONG_OFF_T The base type of off_t is a long, not a long long.
|
||||
# # This is often defined in: /usr/include/sys/types.h
|
||||
edo gcc -DLONG_OFF_T ${CFLAGS} ${LDFLAGS} -o pax *.c
|
||||
edo $CC -DLONG_OFF_T ${CFLAGS} ${LDFLAGS} -o pax *.c
|
||||
}
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -13,8 +13,8 @@ MYOPTIONS=""
|
|||
|
||||
DEPENDENCIES="
|
||||
run:
|
||||
sys-apps/paludis
|
||||
dev-lang/ruby[>=1.9]
|
||||
sys-apps/paludis
|
||||
"
|
||||
|
||||
src_install() {
|
||||
|
|
|
@ -10,9 +10,9 @@ SLOT="0"
|
|||
LICENCES="GPL-2"
|
||||
PLATFORMS="~amd64 ~x86"
|
||||
DEPENDENCIES="
|
||||
app-doc/asciidoc
|
||||
group/tinyproxy
|
||||
user/tinyproxy
|
||||
app-doc/asciidoc
|
||||
"
|
||||
# PID-file will be created in /var/run, but /var/run is a link to /run.
|
||||
# in future, tinyproxy needs an other config, that it uses /run.
|
||||
|
|
|
@ -13,3 +13,4 @@ DEPENDENCIES="
|
|||
sys-fs/xfsprogs
|
||||
"
|
||||
DEFAULT_SRC_INSTALL_PARAMS+=( DIST_ROOT="${IMAGE}" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue