pkgname: libunique1 pkgver: '1.1.6' pkgrel: '6' pkgdesc: 'The libunique package contains a library for writing single instance applications.' url: 'http://live.gnome.org/LibUnique' arch: x86_64 depends: [] makedepends: - gtk2 source: - 'https://download.gnome.org/sources/libunique/1.1/libunique-${pkgver}.tar.bz2' - 'https://lfs.fsf.org.cn/museum/blfs-museum/8.3-systemd/patches/libunique-1.1.6-upstream_fixes-1.patch' sha256sums: - SKIP - SKIP build: | cd libunique-${pkgver} patch -Np1 -i ../libunique-${pkgver}-upstream_fixes-1.patch autoreconf -fi ./configure --prefix=/usr --disable-static \ --disable-dbus make make DESTDIR=${PKGDIR} install # Obsolet lib rm -f ${PKGDIR}/usr/lib/libunique-1.0.la package: | true