mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 21:37:15 +02:00
community/dia: modernize abuild
This commit is contained in:
parent
775af01261
commit
e846da6788
@ -6,49 +6,29 @@ pkgdesc="a GTK+ based diagram creation program"
|
||||
url="http://live.gnome.org/Dia"
|
||||
arch="all"
|
||||
license="GPL2"
|
||||
depends=
|
||||
depends_dev=
|
||||
makedepends="gtk+2.0-dev libxml2-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc $pkgname-lang"
|
||||
source="http://ftp.gnome.org/pub/gnome/sources/dia/${pkgver%.*}/dia-$pkgver.tar.xz
|
||||
isinf.patch
|
||||
dia-unregister-import.patch
|
||||
"
|
||||
|
||||
_builddir="$srcdir"/dia-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
|
||||
builddir="$srcdir"/dia-$pkgver
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
cd "$builddir"
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--localstatedir=/var \
|
||||
|| return 1
|
||||
make || return 1
|
||||
--localstatedir=/var
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
make DESTDIR="$pkgdir" install || return 1
|
||||
cd "$builddir"
|
||||
make DESTDIR="$pkgdir" install
|
||||
}
|
||||
|
||||
md5sums="0e744a0f6a6c4cb6a089e4d955392c3c dia-0.97.3.tar.xz
|
||||
cbbc32d417297b855353f86b484b369b isinf.patch
|
||||
888dd98e05d657e27842acdb0d91d73b dia-unregister-import.patch"
|
||||
sha256sums="22914e48ef48f894bb5143c5efc3d01ab96e0a0cde80de11058d3b4301377d34 dia-0.97.3.tar.xz
|
||||
cd4073083a9e09657e5444275a710c4bb1ffc9f621fc639369fb96118a184a5e isinf.patch
|
||||
30b6e23e140f637bcf94bf734e731bfdbfb4a50f6cdb0760dc9d1b37f9b5a99a dia-unregister-import.patch"
|
||||
sha512sums="34298980be930b87cb4a636344e4cb2a7e43eedc00b0969a5e446cee9b74b616fdc8c798efcb9a5832b98741f2e20632a44037b2bcb436f59591d531ef441efa dia-0.97.3.tar.xz
|
||||
cfa8fd8fecc7f0e3da185b512c169b156363a73c151547725f964e1cf7b1a305e44c493d0490c680c5f25859acee74fe4ef942ae9ee634b370bd9b9952186c5a isinf.patch
|
||||
24267507ff08ac589ec1015e55637586a9fd97802893a77849d1e7bce67135fbd3d55611e2c80be1d5f87b92406c95cd5fe484175037297ebe1dbc8eb509a7d4 dia-unregister-import.patch"
|
||||
|
Loading…
Reference in New Issue
Block a user