mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 12:08:43 -04:00
dev-libs/libglibutil: drop 1.0.76
Signed-off-by: Denis Reva <denis7774@gmail.com>
This commit is contained in:
parent
4926c8bc50
commit
3e6d912298
@ -1,2 +1 @@
|
||||
DIST libglibutil-1.0.76.tar.gz 71852 BLAKE2B 742c6968b414d8339c993749c95e74051071e88d687edfb751bc86e1ac68eaf166d69556eee1cec72e48a997415a15a221892ff0905334a0d8fd4209e2160c8a SHA512 f0b35f0366889b6a4c83d73e416a50022f2f0efc08f0fd34b6458c2e8c8b4cabeda6ebbcd3ce9682ab7b92640d956a534683aa2d6773771914ed5dbfb1ad99ee
|
||||
DIST libglibutil-1.0.79.tar.gz 72333 BLAKE2B d0fbfeb49be66dc08eb387938624a4e141e159b42fbef1b4450da65ab61d4abfc77fbb0eba33e2f7b6cbe7f14c760ae2beb8bbea5430bac23908a45ce1647114 SHA512 ee0b72d859702c142d86a3147fe5fca48ea0296c5aaf63f355fd7f46eaae027481ad1de3a6ebb7c41205ea1a586f0ccfd8fe41b6d3bf6111fa613df69173e3dc
|
||||
|
@ -1,36 +0,0 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/sailfishos/libglibutil.git"
|
||||
else
|
||||
SRC_URI="https://github.com/sailfishos/libglibutil/archive/${PV}.tar.gz -> ${P}.tar.gz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Library of glib utilities from sailfishos project"
|
||||
HOMEPAGE="https://github.com/sailfishos/libglibutil"
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="dev-libs/glib"
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}/libglibutil-1.0.76-respect-env.patch"
|
||||
)
|
||||
|
||||
src_compile() {
|
||||
emake LIBDIR="${EPREFIX}/usr/$(get_libdir)"
|
||||
}
|
||||
|
||||
src_install() {
|
||||
emake LIBDIR="${EPREFIX}/usr/$(get_libdir)" \
|
||||
DESTDIR="${D}" \
|
||||
INSTALL_INCLUDE_DIR="${ED}/usr/include/gutil" \
|
||||
install-dev
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user