summaryrefslogtreecommitdiff
path: root/packaging/tickernoti.spec
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/tickernoti.spec')
-rw-r--r--packaging/tickernoti.spec37
1 files changed, 37 insertions, 0 deletions
diff --git a/packaging/tickernoti.spec b/packaging/tickernoti.spec
new file mode 100644
index 0000000..6296012
--- /dev/null
+++ b/packaging/tickernoti.spec
@@ -0,0 +1,37 @@
+Name: tickernoti-app
+Summary: tickernoti system popup application
+Version: 0.1.0
+Release: 1
+Group: TO_BE/FILLED_IN
+License: TO BE FILLED IN
+Source0: tickernoti-%{version}.tar.gz
+
+BuildRequires: pkgconfig(elementary)
+BuildRequires: pkgconfig(appcore-efl)
+BuildRequires: pkgconfig(utilX)
+BuildRequires: pkgconfig(evas)
+BuildRequires: gettext-devel
+BuildRequires: cmake
+
+%description
+tickernoti system popup application
+
+%prep
+%setup -q -n tickernoti-%{version}
+
+%build
+cmake . -DCMAKE_INSTALL_PREFIX=/usr
+
+make %{?jobs:-j%jobs}
+
+%install
+rm -rf %{buildroot}
+%make_install
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE
+/usr/bin/*
+/usr/share/*
+
+