Upgraded base/pax-utils to 1.3.8 Upgraded base/x264 to 0.164 Rewrote base/docbook build file Discarded unnecessary hidden files in base/json-c Disabled support for native language support in base/libsecret,util-linux Added /usr prefix to several base build files
39 lines
870 B
Text
Executable file
39 lines
870 B
Text
Executable file
# Maintainer: PktSurf <smlinux@pktsurf.in>
|
|
app=libsecret
|
|
version=0.20.3
|
|
build=1sml
|
|
homepage="https://wiki.gnome.org/Projects/Libsecret"
|
|
download="https://download.gnome.org/sources/libsecret/0.20/libsecret-$version.tar.xz"
|
|
desc="GObject based library to access the Secret Service API"
|
|
requires="libgcrypt glib"
|
|
|
|
prepbuilddir() {
|
|
mkandenterbuilddir
|
|
rm -rf $app-$version
|
|
|
|
tar xf $srcdir/$app-$version.tar.?z*
|
|
cd $app-$version
|
|
fixbuilddirpermissions
|
|
}
|
|
|
|
build() {
|
|
|
|
./configure \
|
|
--prefix=/usr \
|
|
--bindir=/bin \
|
|
--disable-static \
|
|
--disable-introspection \
|
|
--disable-manpages \
|
|
--disable-nls
|
|
|
|
make
|
|
make install DESTDIR=$pkg
|
|
|
|
cp COPYING* $pkgdocs/
|
|
|
|
mkfinalpkg
|
|
}
|
|
|
|
sha512sums="
|
|
fbc344cc236a24f53e43d96e8d8b55ae45e7f9391c0443c6739098b356a5cf35701744760991811bfe043569087fe115ba1037f403b0c7ab711c5e1cbaafdc1f libsecret-0.20.3.tar.lz
|
|
"
|