summaryrefslogtreecommitdiff
path: root/manualPorts/gexiv2/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'manualPorts/gexiv2/Pkgfile')
-rw-r--r--manualPorts/gexiv2/Pkgfile30
1 files changed, 0 insertions, 30 deletions
diff --git a/manualPorts/gexiv2/Pkgfile b/manualPorts/gexiv2/Pkgfile
deleted file mode 100644
index f1b02b5..0000000
--- a/manualPorts/gexiv2/Pkgfile
+++ /dev/null
@@ -1,30 +0,0 @@
-# Description: GObject wrapper around the Exiv2 photo metadata library
-# URL: https://wiki.gnome.org/Projects/gexiv2
-# Maintainer: Erich Eckner, crux at eckner dot net
-# Contributor: Thomas Penteker, tek at serverop dot de
-# Packager: #teatime (irc.kyber.io), teatime at kyber dot io
-# Depends on: exiv2 glib meson vala
-
-name=gexiv2
-version=0.12.1
-release=1
-source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
-
-build() {
-
- mkdir -p build
- meson setup \
- --prefix /usr \
- --libexecdir lib \
- --sbindir bin \
- --buildtype plain \
- --auto-features enabled \
- --wrap-mode nodownload \
- -D b_lto=true \
- -D b_pie=true \
- $name-$version build -Denable-gtk-doc=true
- ninja -C build
- meson test -C build
- DESTDIR="$PKG" ninja -C build install
-
-}