libsecret: don't depend on vala or docbook-xsl

This commit is contained in:
Danny Rawlins 2013-04-13 16:43:19 +10:00
parent 5d77b807dd
commit 103de9c87f
3 changed files with 13 additions and 11 deletions

View File

@ -30,10 +30,3 @@ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/secret-tool.1.gz
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/vala/
drwxr-xr-x root/root usr/share/vala/vapi/
-rw-r--r-- root/root usr/share/vala/vapi/libsecret-1.deps
-rw-r--r-- root/root usr/share/vala/vapi/libsecret-1.vapi
-rw-r--r-- root/root usr/share/vala/vapi/libsecret-unstable.deps
-rw-r--r-- root/root usr/share/vala/vapi/libsecret-unstable.vapi
-rw-r--r-- root/root usr/share/vala/vapi/mock-service-0.vapi

View File

@ -1 +1,2 @@
51093b922823a7bdb5d7e951a9f2337f libsecret-0.15.tar.xz
8719d969eda4140c92ee32d5db6fd1c9 secret-tool.1

View File

@ -2,22 +2,30 @@
# URL: https://live.gnome.org/Libsecret
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: docbook-xsl intltool libgcrypt vala
# Depends on: intltool libgcrypt glib
name=libsecret
version=0.15
release=1
source=(http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz)
release=2
source=(http://ftp.gnome.org/pub/gnome/sources/$name/$version/$name-$version.tar.xz
secret-tool.1)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--mandir=/usr/man
--mandir=/usr/man \
--disable-manpages \
--disable-nls \
--disable-strict \
--disable-coverage \
--disable-dependency-tracking
make
make DESTDIR=$PKG install
install -D -m 0644 $SRC/secret-tool.1 $PKG/usr/man/man1/secret-tool.1
rm -r $PKG/usr/share/{gtk-doc,locale}
}