![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 45db8fbb005c24e7c7c1ba1c438668ed313ff585 Author: Thomas Penteker <tek@serverop.de> Date: Wed Apr 10 01:19:15 2019 +0200 htmldoc: update github url diff --git a/htmldoc/.footprint b/htmldoc/.footprint index ed6cf796..e9509b82 100644 --- a/htmldoc/.footprint +++ b/htmldoc/.footprint @@ -1,9 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -r-xr-xr-x root/root usr/bin/htmldoc -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --r--r--r-- root/root usr/man/man1/htmldoc.1.gz drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -r--r--r-- root/root usr/share/applications/htmldoc.desktop @@ -86,6 +83,9 @@ drwxr-xr-x root/root usr/share/htmldoc/fonts/ -r--r--r-- root/root usr/share/htmldoc/fonts/Times-Italic.pfa -r--r--r-- root/root usr/share/htmldoc/fonts/Times-Roman.afm -r--r--r-- root/root usr/share/htmldoc/fonts/Times-Roman.pfa +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-r--r--r-- root/root usr/share/man/man1/htmldoc.1.gz drwxr-xr-x root/root usr/share/mime/ drwxr-xr-x root/root usr/share/mime/packages/ -r--r--r-- root/root usr/share/mime/packages/htmldoc.xml diff --git a/htmldoc/.signature b/htmldoc/.signature index bad487e9..27d88550 100644 --- a/htmldoc/.signature +++ b/htmldoc/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3zQpg8CriYG7JQSjJjrJDL5vKqpAzwYfK2FqRbfOt8dXD5Rh7f4E2OOIDiIK/HZ7J2UtVxHAudOhdtPp8RgwvQg= -SHA256 (Pkgfile) = 8cc9fa2459bf1af250d004d0c490ba8f8639f83a11de2bd65eb91d88cbf904cf -SHA256 (.footprint) = ab9356c13436d3e147118e880806e5b31d1853448d56b0c8d0c102b57a6df202 -SHA256 (htmldoc-1.9.4-source.tar.gz) = 8e33d22e0d757099bcbc09d513dae599bdb735450f2af24597f325a7a854d1f7 +RWSagIOpLGJF39xmIVyvIbHa31TNoTE8jOZ+juHydEPbeZGBZ1STbNR42ZdGKJFxT4N6AzaU8cuXjnOP8UCb2SOolsr7EWssdAE= +SHA256 (Pkgfile) = 935249b9c1dbb7be0c6394bf4e401813a90089890280a13578348ac51fd722b5 +SHA256 (.footprint) = dd4695312e9fc924e8a0de572fffc4daaf9248ff6c9e88810843cbcf2eb55781 +SHA256 (htmldoc-v1.9.4-source.tar.gz) = 663598a33f21b4d180f4ffd7219c68f7c84fedb7f1a253a804830a40befb113c diff --git a/htmldoc/Pkgfile b/htmldoc/Pkgfile index ce31fd9e..8499bda9 100644 --- a/htmldoc/Pkgfile +++ b/htmldoc/Pkgfile @@ -7,16 +7,18 @@ name=htmldoc version=1.9.4 release=1 -source=(https://github.com/michaelrsweet/htmldoc/releases/download/v${version}/${name}-${version}-source.tar.gz) +source=(https://github.com/michaelrsweet/htmldoc/archive/v${version}/${name}-v${version}-source.tar.gz) build() { + cd $name-$version + ./configure --prefix=/usr --disable-gnutls make make prefix=$PKG/usr \ datadir=$PKG/usr/share \ bindir=$PKG/usr/bin \ - mandir=$PKG/usr/man install + mandir=$PKG/usr/share/man install rm -rf $PKG/usr/share/doc }