### generated by gen-xapps-pkg.sh from BLFS 11.3 on 2023-04-06
PKGVER=1.0.7
PKGBUILD=1
PKGARCH=x86_64

TARBALL=smproxy-1.0.7.tar.xz
MD5SUM=9f7a4305f0e79d5a46c3c7d02df9437d
SRC_URL=https://www.x.org/pub/individual/app/$TARBALL
BUNDLE=

SLACKREQ=
SLACKDESC='smproxy: smproxy 1.0.7 (X11 standard application)  
smproxy:  
smproxy: Session Manager proxy.
smproxy: 
smproxy: 
smproxy: 
smproxy: 
smproxy: 
smproxy: 
smproxy: 
smproxy:
'

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/smproxy*
	case $TARBALL in
		luit-*)
			sed -i -e "/D_XOPEN/s/5/6/" configure
			;;
	esac
	CONFFLAGS="$XORG_CONFIG"
	pkg_build_autoconf && pkg_build_slackdesc
}
