gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r7660: update libunistring to 0.9.10git


From: Carl Hansen
Subject: [Gsrc-commit] trunk r7660: update libunistring to 0.9.10git
Date: Sun, 6 Jun 2021 03:58:09 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 7660
revision-id: carlhansen@gnu.org-20210606075803-lj83ztttnzup1zvg
parent: carlhansen@gnu.org-20210605221637-iwev9qhfkt65atfw
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Sun 2021-06-06 00:58:03 -0700
message:
  update libunistring to 0.9.10git
modified:
  pkg/gnu/libunistring/Makefile  makefile-20160617014725-uokjfnggs70iry9h-1243
  pkg/gnu/libunistring/sha256sums 
sha256sums-20160617014725-uokjfnggs70iry9h-1248
=== modified file 'pkg/gnu/libunistring/Makefile'
--- a/pkg/gnu/libunistring/Makefile     2021-05-21 20:26:41 +0000
+++ b/pkg/gnu/libunistring/Makefile     2021-06-06 07:58:03 +0000
@@ -22,7 +22,7 @@
 
 NAME = libunistring
 GARNAME = libunistring
-GARVERSION = 0.9.10+
+GARVERSION = 0.9.10git
 HOME_URL = http://www.gnu.org/software/libunistring/
 DESCRIPTION = C library for manipulating Unicode strings
 define BLURB
@@ -38,12 +38,12 @@
 SIGFILES = 
 
 GIT_REVISION = master
-
+NOCHECKSUM = $(DISTFILES)
 
 BUILDDEPS =
 LIBDEPS =
 
-WORKSRC = work/libunistring
+WORKSRC = $(WORKDIR)/libunistring
 CONFIGURE_SCRIPTS = my
 ######################################################################
 
@@ -54,6 +54,7 @@
 
 
 .PHONY:  gitpull 
+.PHONY: custom-build custom-pre-install custom-install
 
 gitpull:
        (cd $(WORKSRC); git pull)
@@ -70,3 +71,31 @@
 
 
 
+custom-build:
+       cd $(WORKSRC)/doc && $(MAKE)
+       cd $(WORKSRC)/lib && $(MAKE)
+       $(MAKECOOKIE)
+
+custom-pre-install:  custom-build
+       @echo  $(prefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/include
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/lib
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/doc
+       mkdir -p $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/info
+       (cd $(WORKSRC)/lib; cp -a \
+               unicase.h  unictype.h  unilbrk.h  uninorm.h   unistr.h    
unitypes.h  uniwidth.h \
+               uniconv.h  unigbrk.h   uniname.h  unistdio.h  unistring/  
uniwbrk.h \
+               $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/include )
+       (cd $(WORKSRC)/lib/.libs; cp -a libunistring.a libunistring.so 
libunistring.so.2 libunistring.so.2.1.0  \
+                       $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/lib)
+       (cd $(WORKSRC)/doc; cp   *.html \
+                       $(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/doc)
+       (cd $(WORKSRC)/doc; cp   *.info \
+                       
$(prefix)/packages/$(DISTNAME)-DEST/$(prefix)/share/info)
+       ls -Ral $(prefix)/packages/$(DISTNAME)-DEST
+       $(MAKECOOKIE)
+
+
+

=== modified file 'pkg/gnu/libunistring/sha256sums'
--- a/pkg/gnu/libunistring/sha256sums   2018-05-25 18:41:42 +0000
+++ b/pkg/gnu/libunistring/sha256sums   2021-06-06 07:58:03 +0000
@@ -1,2 +0,0 @@
-eb8fb2c3e4b6e2d336608377050892b54c3c983b646c561836550863003c05d7  
download/libunistring-0.9.10.tar.xz
-7ae731fa55537f1af847df29eb9920c12491781dea084caeb42dd807d9bbd281  
download/libunistring-0.9.10.tar.xz.sig


reply via email to

[Prev in Thread] Current Thread [Next in Thread]