mirror of
				https://gitlab.alpinelinux.org/alpine/aports.git
				synced 2025-10-31 08:21:49 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			32 lines
		
	
	
		
			826 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			826 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # Contributor: Rasmus Thomsen <oss@cogitri.dev>
 | |
| # Maintainer: Rasmus Thomsen <oss@cogitri.dev>
 | |
| pkgname=gnome-user-docs
 | |
| pkgver=43.0
 | |
| pkgrel=0
 | |
| pkgdesc="GNOME User Documentation"
 | |
| url="https://gitlab.gnome.org/GNOME/gnome-user-docs"
 | |
| arch="noarch"
 | |
| license="CC-BY-3.0"
 | |
| makedepends="itstool libxml2-utils gettext-dev"
 | |
| options="!check" # no tests
 | |
| source="https://download.gnome.org/sources/gnome-user-docs/${pkgver%.*}/gnome-user-docs-$pkgver.tar.xz"
 | |
| 
 | |
| build() {
 | |
| 	./configure \
 | |
| 		--build=$CBUILD \
 | |
| 		--host=$CHOST \
 | |
| 		--prefix=/usr \
 | |
| 		--sysconfdir=/etc \
 | |
| 		--mandir=/usr/share/man \
 | |
| 		--localstatedir=/var
 | |
| 	make
 | |
| }
 | |
| 
 | |
| package() {
 | |
| 	make DESTDIR="$pkgdir" install
 | |
| }
 | |
| 
 | |
| sha512sums="
 | |
| cf14edc34049d8e770f31e34b722a3309009fac64f3ac159cdf2baaebf7bd70ea8f0c592b398c9f0e21e11c7ac10d91a97a0079376da07dd1d433c2d3703eeef  gnome-user-docs-43.0.tar.xz
 | |
| "
 |