forked from hasufell/hasufell-repository
		
	net-im/purple-xmpp-http-upload: initial import of scm version
This commit is contained in:
		
							parent
							
								
									01be3c84ea
								
							
						
					
					
						commit
						aa95a77efe
					
				@ -20,6 +20,7 @@
 | 
				
			|||||||
    net-im/gajim-omemo[~scm]
 | 
					    net-im/gajim-omemo[~scm]
 | 
				
			||||||
    net-im/lurch[~scm]
 | 
					    net-im/lurch[~scm]
 | 
				
			||||||
    net-im/pidgin-opensteamworks[~scm]
 | 
					    net-im/pidgin-opensteamworks[~scm]
 | 
				
			||||||
 | 
					    net-im/purple-xmpp-http-upload[~scm]
 | 
				
			||||||
    net-misc/remmina[~scm]
 | 
					    net-misc/remmina[~scm]
 | 
				
			||||||
    net-misc/trickle[~scm]
 | 
					    net-misc/trickle[~scm]
 | 
				
			||||||
    sys-apps/fd[~scm]
 | 
					    sys-apps/fd[~scm]
 | 
				
			||||||
 | 
				
			|||||||
@ -0,0 +1,31 @@
 | 
				
			|||||||
 | 
					# Copyright 2020 Julian Ospald <hasufell@posteo.de>
 | 
				
			||||||
 | 
					# Distributed under the terms of the GNU General Public License v2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					require github [ user='Junker' ]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SUMMARY="HTTP File Upload plugin for libpurple (XMPP Protocol)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					LICENCES="GPL-3"
 | 
				
			||||||
 | 
					SLOT="0"
 | 
				
			||||||
 | 
					PLATFORMS="~amd64 ~x86"
 | 
				
			||||||
 | 
					MYOPTIONS=""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					DEPENDENCIES="
 | 
				
			||||||
 | 
					    build:
 | 
				
			||||||
 | 
					        virtual/pkg-config
 | 
				
			||||||
 | 
					    build+run:
 | 
				
			||||||
 | 
					        net-im/pidgin
 | 
				
			||||||
 | 
					"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					BUGS_TO="hasufell@posteo.de"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					src_prepare() {
 | 
				
			||||||
 | 
					    default
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    # https://github.com/Junker/purple-xmpp-http-upload/pull/14
 | 
				
			||||||
 | 
					    edo sed -i -e \
 | 
				
			||||||
 | 
					            "s/pkg-config/$(exhost --tool-prefix)pkg-config/" \
 | 
				
			||||||
 | 
					            makefile
 | 
				
			||||||
 | 
					    export CFLAGS="${CFLAGS} -fPIC"
 | 
				
			||||||
 | 
					    export LDFLAGS="${LDFLAGS} -ldl -lm -ljabber"
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user